Skip to content

Commit 8b7a783

Browse files
committed
token is apparently needed for main and other "unprefixed" branches
- c.f. https://docs.codecov.com/docs/codecov-tokens#tokenless-on-unprotected-branches
1 parent 8fa4057 commit 8b7a783

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ jobs:
3333
run: npm run test:coverage
3434
- name: Upload coverage report to Codecov
3535
uses: codecov/codecov-action@v5
36+
with:
37+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)