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 8adc1ce commit 60eabaaCopy full SHA for 60eabaa
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Upload Results
67
if: ${{ matrix.python-version == env.LATEST_PY_VERSION }}
68
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
69
with:
70
file: ./coverage.xml
71
flags: unittests
0 commit comments