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.
  • Loading branch information
nfischer committed Jun 23, 2024
1 parent 8e22136 commit dfd65b2
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 @@ -63,7 +63,7 @@ jobs:
- run: npm run test
- run: npm run check-node-support
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit dfd65b2

Please sign in to comment.