Skip to content

Commit

Permalink
fix(ci): update codecov-action for tokenless uploads
Browse files Browse the repository at this point in the history
- per https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token, it seems a newer version is required now
  • Loading branch information
agilgur5 committed Dec 31, 2024
1 parent a96c383 commit 8fa4057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Test w/ coverage report
run: npm run test:coverage
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5

0 comments on commit 8fa4057

Please sign in to comment.