We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eb217d + 672ded5 commit c590486Copy full SHA for c590486
1 file changed
.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