commit: ca4afd14ff3e490826506a39797e094e980b20f5 parent f8a2dc97ff20ce40b0cccafeab80118604ad4759 Author: Egor Kislitsyn <egor@kislitsyn.com> Date: Wed, 3 Apr 2019 14:55:30 +0700 add test coverage to CIDiffstat:
M | .gitlab-ci.yml | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -22,5 +22,8 @@ lint: unit-testing: stage: test + coverage: '/(\d+\.\d+\%) \| Total/' + script: + - mix test --trace --cover script: - mix test --trace