Update .gitlab-ci.yml file
This commit is contained in:
parent
ebb836f2dd
commit
edcd5bd152
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ schleuder:
|
|||
|
||||
coverage:
|
||||
stage: coverage
|
||||
coverage: "/TOTAL.*\\s+\\(\\d+\\)\\%/"
|
||||
coverage: >-
|
||||
/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
|
||||
script:
|
||||
- python3 -m coverage combine
|
||||
- python3 -m coverage report --rcfile=setup.cfg
|
||||
|
|
Loading…
Reference in a new issue