Skip to content
Snippets Groups Projects
Commit adc02df0 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: fix coverage parsing

parent 3f567ed6
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@
image: python:alpine
when: always
allow_failure: true
coverage: '/TOTAL +\d+ +\d+ +[.0-9]+%/'
coverage: /^TOTAL.+?([.0-9]+\%)$/
script:
- pip install coverage
- coverage combine coverage-*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment