Skip to content

Commit

Permalink
upgrade codecov-action (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruchip16 authored Sep 26, 2023
1 parent fd32a00 commit cda5076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
docs
tox:
name: ${{ matrix.name }} / python ${{ matrix.python_version }}
environment: test
runs-on: ubuntu-20.04
needs: pre
strategy:
Expand Down Expand Up @@ -77,7 +78,7 @@ jobs:

- name: Upload coverage data
if: ${{ startsWith(matrix.passed_name, 'py') }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.0.0-beta.3
with:
name: ${{ matrix.passed_name }}
fail_ci_if_error: false # see https://github.com/codecov/codecov-action/issues/598
Expand Down

0 comments on commit cda5076

Please sign in to comment.