Skip to content
Snippets Groups Projects
Unverified Commit cee08f73 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Upload coverage in xml format

codecov docs say that xml is supported and explicitly call out Python
".coverage" format as unsupported.

https://docs.codecov.io/docs/supported-report-formats
parent 7751c54b
No related branches found
No related tags found
1 merge request!147Try to fix coverage collection from nix
......@@ -3,4 +3,5 @@
cp ./result-doc/share/doc/*/.coverage ./
python -m coverage combine .coverage
python -m coverage report
codecov --file .coverage
python -m coverage xml
codecov --file 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