We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2f0d1 commit 82ab336Copy full SHA for 82ab336
1 file changed
.github/workflows/check-build-deploy.yaml
@@ -165,7 +165,7 @@ jobs:
165
key: pytest|${{steps.store-hashed-python-version.outputs.hashed_python_version}}
166
167
- name: Run pytest
168
- run: uv run pytest --cov --cov-branch --cov-report=xml --junitxml-junit.xml
+ run: uv run pytest --cov --cov-branch --cov-report=xml --junitxml=junit.xml
169
170
- name: Upload test results to Codecov
171
if: ${{ !cancelled() }}
0 commit comments