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