add test coverage to CI
This commit is contained in:
parent
f8a2dc97ff
commit
ca4afd14ff
1 changed files with 3 additions and 0 deletions
|
@ -22,5 +22,8 @@ lint:
|
|||
|
||||
unit-testing:
|
||||
stage: test
|
||||
coverage: '/(\d+\.\d+\%) \| Total/'
|
||||
script:
|
||||
- mix test --trace --cover
|
||||
script:
|
||||
- mix test --trace
|
||||
|
|
Loading…
Reference in a new issue