Skip to content

Commit ee088a5

Browse files
a6b8claude
andcommitted
Switch Codecov to OIDC auth
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fb87674 commit ee088a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-on-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Run Jest tests (with coverage)
2525
run: npm run test:coverage:src
2626

27-
- name: Upload coverage to Codecov
27+
- name: Upload coverage to Codecov (OIDC)
2828
uses: codecov/codecov-action@v5
2929
with:
30-
token: ${{ secrets.CODECOV_TOKEN }}
30+
use_oidc: true
3131
files: ./coverage/lcov.info
32-
fail_ci_if_error: false
32+
fail_ci_if_error: true
3333
flags: unittests

0 commit comments

Comments
 (0)