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 c288593 commit 176d7caCopy full SHA for 176d7ca
1 file changed
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
run: mise run test --coverage
48
49
- name: Upload coverage to Codecov
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
51
if: matrix.python-version == '3.13'
52
with:
53
file: ./coverage.xml
0 commit comments