Fix gitlab-ci coverage reporting
This commit is contained in:
parent
30472cd530
commit
0be2f19c10
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+)%\s*$"
|
||||||
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