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 3200777 commit bcdf9fbCopy full SHA for bcdf9fb
1 file changed
.github/workflows/test-python.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Generate xml report
108
run: uv tool run --with "coverage[toml]" coverage xml
109
- name: Upload test results to Codecov
110
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
+ uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
111
with:
112
token: ${{ secrets.CODECOV_TOKEN }}
113
doctest:
0 commit comments