forked from Mirror/pmbootstrap
CI: fix coverage regex
Use exactly the same regex as in BPO where this works. Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2609
This commit is contained in:
parent
7ca76314cd
commit
cdb51686c3
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ pytest:
|
|||
after_script:
|
||||
- "cp /home/build/.local/var/pmbootstrap/log_testsuite.txt ."
|
||||
- "cp /home/build/.local/var/pmbootstrap/log.txt ."
|
||||
coverage: '/TOTAL.*? (100(?:\.0+)?\%\|[1-9]?\d(?:\.\d+)?\%)$/'
|
||||
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue