Skip to content
Snippets Groups Projects
Commit a2abd021 authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'fix-coverage-reports' into 'master'

Fix coverage reports

See merge request lscsoft/bilby!1123
parents 45d6aac1 6b6a80ce
No related branches found
No related tags found
1 merge request!1123Fix coverage reports
Pipeline #417347 passed with warnings
......@@ -136,11 +136,12 @@ python-3.9:
after_script:
- coverage html
- coverage xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
path: coverage.xml
paths:
- htmlcov/
expire_in: 30 days
......
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