Update .gitlab-ci.yml file
This commit is contained in:
parent
0be2f19c10
commit
6af68e4ce5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue