Fix gitlab-ci coverage reporting

This commit is contained in:
s3lph 2022-05-30 22:57:38 +02:00
parent 6af68e4ce5
commit ebb836f2dd

View file

@ -86,7 +86,7 @@ schleuder:
coverage:
stage: coverage
coverage: "/^TOTAL.*\\s+\\(\\d+\\)\\%\\s*$/"
coverage: "/TOTAL.*\\s+\\(\\d+\\)\\%/"
script:
- python3 -m coverage combine
- python3 -m coverage report --rcfile=setup.cfg