We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65df3b commit efa6798Copy full SHA for efa6798
.github/workflows/test.yml
@@ -63,7 +63,7 @@ jobs:
63
run: pytest --cov
64
- if: matrix.python-version == '3.13'
65
name: Upload to Codecov
66
- uses: codecov/[email protected].0
+ uses: codecov/[email protected].1
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
- name: Run Module
0 commit comments