We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1839fd4 + 523af49 commit 0f4fa3aCopy full SHA for 0f4fa3a
1 file changed
.github/workflows/pythonpackage.yaml
@@ -66,6 +66,6 @@ jobs:
66
run: |
67
pytest -v --cov dscim --cov-report term-missing --cov-report xml
68
- name: Upload coverage to Codecov
69
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
70
env:
71
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments