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:
|
unit-testing:
|
||||||
stage: test
|
stage: test
|
||||||
|
coverage: '/(\d+\.\d+\%) \| Total/'
|
||||||
|
script:
|
||||||
|
- mix test --trace --cover
|
||||||
script:
|
script:
|
||||||
- mix test --trace
|
- mix test --trace
|
||||||
|
|
Reference in a new issue