mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
Use --cover option when running CI tests
This commit is contained in:
parent
3fb3f42e77
commit
fb1be1d798
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue