Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
set for the 3.8 version
  • Loading branch information
gonchik authored Mar 27, 2024
1 parent c2c77bc commit c190157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
make docker-qa PYTHON_VERSION=${{matrix.python-version}}
- name: Creating coverage report
if: ${{ ( matrix.python-version == '3.8' ) }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit c190157

Please sign in to comment.