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 581b87e commit cf0dcf4Copy full SHA for cf0dcf4
.github/workflows/test.yaml
@@ -47,7 +47,7 @@ jobs:
47
isort -c --diff .
48
49
- name: Send coverage report
50
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v3
51
if: matrix.python-version == 3.11
52
with:
53
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments