Skip to content

Commit

Permalink
Merge pull request #177 from rajulkumar/fix_codecov
Browse files Browse the repository at this point in the history
Update codecov-action to v4 for tokenless uploads from forked repos
  • Loading branch information
rbikar authored Jun 5, 2024
2 parents 2c4f5dd + 8a68e4d commit 893f784
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tox-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Run Tox
run: tox -e cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
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 893f784

Please sign in to comment.