Skip to content
Snippets Groups Projects
Commit 3329e967 authored by Simon Pirkelmann's avatar Simon Pirkelmann
Browse files

fixed issue wiht coverage

parent 7bb8071f
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,9 @@ test:
- htmlcov
- coverage.xml
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.xml
when: always
......@@ -90,7 +92,9 @@ tox:
paths:
- dist/*.whl
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
expire_in: 1 week
# run doctests
......
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