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

Get some more debug info and label the steps

Something fails with "No usable data files" on CI, not sure what
parent 5944d080
No related branches found
No related tags found
1 merge request!147Try to fix coverage collection from nix
......@@ -65,11 +65,15 @@ jobs:
run: |
python -m coverage run -m twisted.trial _zkapauthorizer
- name: "Convert Coverage"
run: |
echo "Files:"
dir
echo "Combining"
coverage combine .coverage
echo "Reporting"
coverage report
echo "Converting to XML"
coverage xml
- uses: codecov/codecov-action@v1
......
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