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 c4ae5ce commit 02b8076Copy full SHA for 02b8076
.github/workflows/ci.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload coverage to Codecov
67
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14'
68
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
69
with:
70
file: ./coverage.xml
71
flags: unittests
0 commit comments