Fix gitlab-ci coverage reporting
This commit is contained in:
parent
6af68e4ce5
commit
ebb836f2dd
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ schleuder:
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
coverage: "/^TOTAL.*\\s+\\(\\d+\\)\\%\\s*$/"
|
coverage: "/TOTAL.*\\s+\\(\\d+\\)\\%/"
|
||||||
script:
|
script:
|
||||||
- python3 -m coverage combine
|
- python3 -m coverage combine
|
||||||
- python3 -m coverage report --rcfile=setup.cfg
|
- python3 -m coverage report --rcfile=setup.cfg
|
||||||
|
|
Loading…
Reference in a new issue