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 c2c77bc commit c190157Copy full SHA for c190157
.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@v4
+ uses: codecov/codecov-action@v3
35
with:
36
files: ./coverage.xml
37
fail_ci_if_error: true
0 commit comments