We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd84074 + 50cae3b commit 4cc8dd9Copy full SHA for 4cc8dd9
1 file changed
.github/workflows/python-package.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Run tests
60
run: pytest --cov-report=xml
61
- name: Upload coverage
62
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
63
with:
64
token: ${{ secrets.CODECOV_TOKEN }}
65
0 commit comments