Fix gitlab-ci coverage reporting
This commit is contained in:
parent
cdcc8fbf33
commit
30472cd530
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ schleuder:
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
|
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