Skip to content

Commit

Permalink
Merge pull request #164 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
rajulkumar authored Apr 23, 2024
2 parents d273b95 + 5187e6e commit 040e0b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
- name: Install pytest cov
run: pip install pytest-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 040e0b9

Please sign in to comment.