We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0322ce + c5788a2 commit 6c7ed6cCopy full SHA for 6c7ed6c
1 file changed
.github/workflows/python-package.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Run tests
53
run: pytest --cov-report=xml
54
- name: Upload coverage
55
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
0 commit comments