Skip to content

Commit

Permalink
Update codecov-action to v4 for tokenless uploads from forked repos (#34
Browse files Browse the repository at this point in the history
)
  • Loading branch information
amcmahon-rh authored Jun 6, 2024
1 parent cbe41c6 commit f29e5a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ jobs:
- name: Run Tox
run: tox -e py37
- name: Upload coverage to Codecov
uses: codecov/[email protected]
env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit f29e5a3

Please sign in to comment.