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 3de7ab3 commit 425304fCopy full SHA for 425304f
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Run tests
60
run: |
61
mkdir reports/ || echo "Directory exists"
62
- uv run coverage run -m pytest --junitxml=$reports/junit/python${{ matrix.python-version }}.xml
+ uv run coverage run -m pytest --junitxml=reports/junit/python${{ matrix.python-version }}.xml
63
64
- name: Upload coverage results
65
uses: actions/upload-artifact@v6
0 commit comments