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 5c56fde commit e20b74eCopy full SHA for e20b74e
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- run: uv pip freeze
44
45
- - run: uv run coverage run -m pytest
+ - run: uv run coverage run -m pytest --junitxml=junit.xml -o junit_family=legacy
46
47
- run: ls -lha
48
- run: uv run coverage xml
@@ -55,6 +55,8 @@ jobs:
55
with:
56
files: codecov.json
57
58
+ - uses: codecov/test-results-action@v1
59
+
60
# See https://github.com/PyO3/pyo3/discussions/2781
61
# tests intermittently segfault with pypy and cpython 3.7 when using `coverage run ...`, hence separate job
62
test-python:
0 commit comments