Skip to content

Commit 599f371

Browse files
authored
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....
1 parent a96c383 commit 599f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Test w/ coverage report
3333
run: npm run test:coverage
3434
- name: Upload coverage report to Codecov
35-
uses: codecov/codecov-action@v2
35+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)