Skip to content

Commit abc477b

Browse files
committed
fix(ci): update codecov-action to v5 (#114)
* 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)
1 parent f606468 commit abc477b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Test w/ coverage report
3131
run: npm run test:coverage
3232
- name: Upload coverage report to Codecov
33-
uses: codecov/codecov-action@v2
33+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)