1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-23 03:07:48 +01:00

Use --cover option when running CI tests

This commit is contained in:
optikfluffel 2019-04-05 20:12:44 +02:00
parent 3fb3f42e77
commit fb1be1d798

View file

@ -50,7 +50,7 @@ unit-testing:
script: script:
- mix ecto.create - mix ecto.create
- mix ecto.migrate - mix ecto.migrate
- mix test --trace --preload-modules - mix test --trace --preload-modules --cover
lint: lint:
stage: test stage: test