ci: authenticate Codecov uploads with OIDC - #929
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #929 +/- ##
==========================================
- Coverage 79.96% 79.30% -0.67%
==========================================
Files 105 106 +1
Lines 15461 16223 +762
Branches 1738 1882 +144
==========================================
+ Hits 12364 12865 +501
- Misses 1998 2177 +179
- Partials 1099 1181 +82 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
paleolimbot
approved these changes
Sep 2, 2026
paleolimbot
left a comment
Member
There was a problem hiding this comment.
Thank you for this...the codecov setup is wildly out of date.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The coverage workflow on
maincurrently completes successfully even though Codecov rejects its upload withToken required because branch is protected. This leaves the repository coverage baseline stale and causes PR patch reports to compare against an old commit.Configure the Codecov action to use GitHub OIDC, grant the required permissions, and fail the job when an upload is rejected. Fork pull requests continue to use Codecov tokenless uploads because the action detects fork events and skips OIDC for them.
The failed protected-branch upload is visible in https://github.com/apache/arrow-nanoarrow/actions/runs/32611406823.