diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7465f3f..70fce2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ run tests: - coverage run -m pytest - coverage report - coverage xml + coverage: '^TOTAL.+?(\d+\%)$' artifacts: reports: cobertura: coverage.xml