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

ci: generate HTML coverage report

parent adc02df0
No related branches found
No related tags found
No related merge requests found
Pipeline #29474 passed
......@@ -125,5 +125,6 @@
- pip install coverage
- coverage combine coverage-*
- coverage xml --include='hggit/*' --ignore-errors
- coverage html --include='hggit/*' --ignore-errors
- coverage report --include='hggit/*' --precision=1
artifacts:
......@@ -128,5 +129,8 @@
- coverage report --include='hggit/*' --precision=1
artifacts:
expire_in: 1 week
paths:
- htmlcov
reports:
cobertura: coverage.xml
......
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