fix(ci): produce required Codecov status for contributor forks - #560
Merged
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ty-everett
marked this pull request as ready for review
September 23, 2026 02:16
This was referenced Sep 23, 2026
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.



Program and scope
Fork contributor PRs cannot satisfy the required
codecov/patchstatus because CI explicitly skips upload, report processing and notifications for forks. #539 demonstrates the deadlock: its repository-owned coverage check and complete merge gate pass, but the required Codecov status never exists. Run all three steps for nonempty coverage using the pinned Codecov action's supported tokenless public-fork mode.Coordination: #558. Related: #402, #539, #550. This changes no package/runtime bytes or dependency.
Verification and security
pnpm health:check, lint, format and typecheck passed on Node 24.18.0 / pnpm 10.33.2.pull_requestevent, lack of OIDC/write permissions, and repository-owned patch-coverage gate.pull_request_target, workflow_run artifact execution or additional permissions are introduced. Same-repository upload behavior is unchanged.9f652248dc9e1a88fbf24ab36f07e21f97e7ff89; no open merge-ref CodeQL alerts or unresolved review threads.Completion evidence
After this CI repair is integrated, update the contributor PRs to current main and verify actual fork uploads, processing and
codecov/patchstatus before merging them. A passing same-repository run alone cannot prove the fork path.