Fix the regular expression

This commit is contained in:
Ruben van Staveren 2022-03-10 11:04:00 +00:00
parent 5a26b448f1
commit bfe4a0af89

View File

@ -7,7 +7,7 @@ run tests:
- coverage run -m pytest - coverage run -m pytest
- coverage report - coverage report
- coverage xml - coverage xml
coverage: '^TOTAL.+?(\d+\%)$' coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts: artifacts:
reports: reports:
cobertura: coverage.xml cobertura: coverage.xml