We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7625986 commit 6c50bc0Copy full SHA for 6c50bc0
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run pytest
46
run: |
47
- uv run nox -s test -- --cov_report=xml
+ uv run nox -s test -- --cov_report xml
48
49
- name: Upload results to Codecov
50
uses: codecov/codecov-action@v5
0 commit comments