add test coverage to CI

This commit is contained in:
Egor Kislitsyn 2019-04-03 14:55:30 +07:00
parent f8a2dc97ff
commit ca4afd14ff

View file

@ -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