Skip to content
Snippets Groups Projects
Commit f920a398 authored by Jonathan Maw's avatar Jonathan Maw
Browse files

More coverage fixing

parent f949849c
No related branches found
No related tags found
No related merge requests found
Pipeline #26654224 failed
......@@ -129,13 +129,15 @@ integration_unix:
#
coverage:
stage: coverage
coverage: '/TOTAL +\d+ +\d+ +(\d+\.\d+)%/'
script:
- cd dist && ./unpack.sh && cd bst-external
- pip3 install --no-index .
- mkdir report
- cd report
- cp ../coverage-linux/coverage.linux .coverage
- cp ../coverage-unix/coverage.unix .
- coverage combine --rcfile=../.coveragerc -a ../coverage-unix/coverage.unix
- cp ../../../coverage-linux/coverage.linux .
- cp ../../../coverage-unix/coverage.unix .
- coverage combine --rcfile=../.coveragerc -a coverage.*
- coverage report --rcfile=../.coveragerc -m
dependencies:
- integration_linux
......
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