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 8f7e4e3 commit 00c18e0Copy full SHA for 00c18e0
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
make docker-qa PYTHON_VERSION=${{matrix.python-version}}
32
- name: Creating coverage report
33
if: ${{ ( matrix.python-version == '3.8' ) }}
34
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
35
with:
36
files: ./coverage.xml
37
fail_ci_if_error: true
0 commit comments