Skip to content

Commit

Permalink
chore: switch to codecov v4
Browse files Browse the repository at this point in the history
No change to logic. This updates codecov/codecov-action to v4. This
version supposedly has better support for external contributors working
from repository forks.

Tested this out with PR #1168.
  • Loading branch information
nfischer committed Jun 23, 2024
1 parent edac78e commit 9429aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.os != 'windows-latest'
- name: Upload coverage reports to Codecov
if: matrix.node-version >= 10
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 9429aae

Please sign in to comment.