We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae2e390 + 2577fc8 commit b00f3ddCopy full SHA for b00f3dd
.github/workflows/test.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Test
48
run: pytest --cov-report=xml
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
files: test-reports/coverage.xml
0 commit comments