Update .gitlab-ci.yml file

This commit is contained in:
s3lph 2022-05-30 19:42:30 +00:00
parent 0be2f19c10
commit 6af68e4ce5

View file

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