Skip to content

ci: use OIDC for codecov-action - #79

Merged
njzjz merged 2 commits into
njzjz:masterfrom
njzjz-bot:codecov-oidc
Feb 1, 2026
Merged

ci: use OIDC for codecov-action#79
njzjz merged 2 commits into
njzjz:masterfrom
njzjz-bot:codecov-oidc

Conversation

@njzjz-bot

Copy link
Copy Markdown
Contributor

Replace token-based authentication with OIDC (OpenID Connect) for codecov-action.
This is more secure and eliminates the need to manage upload tokens.

Changes:

  • Add use_oidc: true to codecov-action configuration
  • Add id-token: write permission at workflow level
  • Remove token parameter from codecov-action (ignored when using OIDC)

This improves security and follows codecov-action best practices.

Generated by the task: njzjz-bot/njzjz-bot#25.

Replace token-based authentication with OIDC (OpenID Connect) for codecov-action.
This is more secure and eliminates the need to manage upload tokens.

Changes:
- Add use_oidc: true to codecov-action configuration
- Add id-token: write permission at workflow level
- Remove token parameter from codecov-action (ignored when using OIDC)

This improves security and follows codecov-action best practices.

Generated by the task: njzjz-bot/njzjz-bot#25.
@pull-request-size pull-request-size Bot added size/XS and removed size/M labels Feb 1, 2026
@njzjz
njzjz merged commit e94c11c into njzjz:master Feb 1, 2026
7 checks passed
@codecov

codecov Bot commented Feb 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.59%. Comparing base (da93e32) to head (875ccf1).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   91.99%   88.59%   -3.40%     
==========================================
  Files          11       13       +2     
  Lines         437      526      +89     
==========================================
+ Hits          402      466      +64     
- Misses         35       60      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants