Use --cover option when running CI tests

develop
optikfluffel 2019-04-05 20:12:44 +02:00
parent 3fb3f42e77
commit fb1be1d798
1 changed files with 1 additions and 1 deletions

View File

@ -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