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 cb5eb8b commit f1e4758Copy full SHA for f1e4758
.github/workflows/test.yml
@@ -67,6 +67,6 @@ jobs:
67
- name: Run tests
68
run: pipx run nox -s tests-${{ matrix.python }}
69
- name: Upload coverage to codecov
70
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
71
with:
72
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments