Skip to content

Commit

Permalink
fix(ci): update codecov-action to v5 (#114)
Browse files Browse the repository at this point in the history
* fix(ci): update `codecov-action` for tokenless uploads

- per https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token, it seems a newer version is required now

* token is apparently needed for `main` and other "unprefixed" branches

- c.f. https://docs.codecov.com/docs/codecov-tokens#tokenless-on-unprotected-branches

* remove token and change Codecov settings

apparently according to https://docs.codecov.com/docs/codecov-tokens#enabling-tokenless-uploads-for-public-repositories, there is a setting to enable this, however the setting itself does not say "public repos only" confusingly....

(cherry picked from commit 599f371)
  • Loading branch information
agilgur5 committed Jan 3, 2025
1 parent f606468 commit abc477b
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 @@ -30,4 +30,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 abc477b

Please sign in to comment.