Browse Source

add test coverage to CI

merge-requests/8/head
Egor Kislitsyn 5 years ago
parent
commit
ca4afd14ff
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .gitlab-ci.yml

+ 3
- 0
.gitlab-ci.yml View File

@ -22,5 +22,8 @@ lint:
unit-testing:
stage: test
coverage: '/(\d+\.\d+\%) \| Total/'
script:
- mix test --trace --cover
script:
- mix test --trace

Loading…
Cancel
Save