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 a195570 commit 50cdfb4Copy full SHA for 50cdfb4
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Upload Results
74
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
75
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
76
with:
77
file: ./coverage.xml
78
flags: unittests
0 commit comments