Merge branch 'test-coverage' into 'develop'

Use --cover option when running CI tests

See merge request pleroma/pleroma!1027
This commit is contained in:
rinpatch 2019-04-05 19:49:20 +00:00
commit 8607ae6841
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