Skip to content
Snippets Groups Projects
Commit 8607ae68 authored by rinpatch's avatar rinpatch
Browse files

Merge branch 'test-coverage' into 'develop'

Use --cover option when running CI tests

See merge request !1027
parents 3fb3f42e fb1be1d7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment