Use --cover option when running CI tests
This commit is contained in:
parent
3fb3f42e77
commit
fb1be1d798
|
@ -50,7 +50,7 @@ unit-testing:
|
|||
script:
|
||||
- mix ecto.create
|
||||
- mix ecto.migrate
|
||||
- mix test --trace --preload-modules
|
||||
- mix test --trace --preload-modules --cover
|
||||
|
||||
lint:
|
||||
stage: test
|
||||
|
|
Loading…
Reference in New Issue