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 def609d commit 672ded5Copy full SHA for 672ded5
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Upload coverage to Codecov
56
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
57
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
58
with:
59
file: ./coverage.xml
60
flags: unittests
0 commit comments