We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa6e8e commit b0aa790Copy full SHA for b0aa790
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- run: uv pip freeze
48
49
- - run: uv run coverage run -m pytest
+ - run: uv run coverage run -m pytest --junitxml=junit.xml -o junit_family=legacy
50
51
- run: ls -lha
52
- run: uv run coverage xml
0 commit comments