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 151344d commit 1d51fd1Copy full SHA for 1d51fd1
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Upload Results
54
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
55
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
56
with:
57
file: ./coverage.xml
58
flags: unittests
0 commit comments