We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c693ece + 9395a0b commit 9966230Copy full SHA for 9966230
1 file changed
.github/workflows/coverage.yml
@@ -48,7 +48,7 @@ jobs:
48
python -m coverage run --source=. -m runtests
49
python -m coverage xml
50
- name: Upload coverage to Codecov
51
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
54
files: ./coverage.xml
0 commit comments