Skip to content
Snippets Groups Projects
Commit 96cf70b5 authored by Martin Larralde's avatar Martin Larralde
Browse files

Update `.gitlab-ci.yml` with new coverage report format

parent e9a68539
No related branches found
No related tags found
No related merge requests found
Pipeline #36991 passed
......@@ -28,7 +28,9 @@ variables:
image: quay.io/pypa/manylinux2010_x86_64
artifacts:
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
after_script:
- $python -m coverage xml
- $python -m coverage report
......
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