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 f763a52 commit 30b132a
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 @@ -28,6 +28,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true

0 comments on commit 30b132a

Please sign in to comment.