ci: require zero orphan tests without a baseline - #4261
Closed
miguel-heygen wants to merge 0 commit into
Closed
miguel-heygen wants to merge 0 commit into
miguel-heygen wants to merge 0 commit into
Conversation
miguel-heygen
force-pushed
the
hfoss39/orphans-test-runners
branch
from
September 22, 2026 01:16
bd9ce21 to
a1b74a0
Compare
miguel-heygen
force-pushed
the
hfoss39/orphans-zero
branch
from
September 22, 2026 01:17
71c40fb to
08a4907
Compare
miguel-heygen
force-pushed
the
hfoss39/orphans-test-runners
branch
from
September 22, 2026 01:53
a1b74a0 to
bf88e33
Compare
miguel-heygen
force-pushed
the
hfoss39/orphans-zero
branch
from
September 22, 2026 01:54
08a4907 to
e0b464f
Compare
miguel-heygen
force-pushed
the
hfoss39/orphans-test-runners
branch
from
September 22, 2026 02:07
bf88e33 to
48e519f
Compare
miguel-heygen
force-pushed
the
hfoss39/orphans-zero
branch
2 times, most recently
from
September 22, 2026 02:37
189fb85 to
6e0a22e
Compare
miguel-heygen
force-pushed
the
hfoss39/orphans-test-runners
branch
from
September 22, 2026 04:16
7edec02 to
38c218b
Compare
miguel-heygen
force-pushed
the
hfoss39/orphans-zero
branch
from
September 22, 2026 04:55
6e0a22e to
cff467a
Compare
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.
Every test must be reachable through CI for the files it protects. This removes the empty reachability baseline and rejects its presence, so a new orphan cannot be accepted as debt.
The report command now shares the same failure decision as the required check. A CLI witness starts from a reachable fixture, restores an empty baseline and then plants an orphan, asserting a nonzero exit for each violation.
Stacked on #4260. The predecessor wires the remaining tests; this change makes zero permanent. The deletion is named in the existing deletion guard.
Validation: source review complete; local execution is unavailable. CI must supply the before/after report and focused test output before this draft is ready. Expected report: zero findings before and after, with baseline presence forbidden afterward. No measured CI result is claimed yet.