From b421f900dd5e0d2b696d61cdda543bd6caed1e1b Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Sun, 23 Aug 2026 18:26:34 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=B3=EF=B8=8F=20ci:=20Log=20the=20Exact?= =?UTF-8?q?=20Spec=20List=20in=20Codegraph=20E2E=20Votes=20(#15143)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codegraph-e2e-votes.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codegraph-e2e-votes.yml b/.github/workflows/codegraph-e2e-votes.yml index 51c941ef88..fdcbe79626 100644 --- a/.github/workflows/codegraph-e2e-votes.yml +++ b/.github/workflows/codegraph-e2e-votes.yml @@ -79,6 +79,11 @@ jobs: echo "no codegraph config; skipping" fi echo "codegraph-votes: running $N skippable specs" + # The exact list, one log line: the shadow's per-spec graduation ledger counts a clean + # trial for every spec a green vote run covered, and until this line existed it had to + # approximate coverage from the decision event's tier (drift: the tier is recomputed + # here at the merge commit against a possibly newer graph head). + if [ "$N" != "0" ]; then echo "codegraph-votes-specs: $(tr '\n' ' ' < skippable.txt)"; fi echo "count=$N" >> "$GITHUB_OUTPUT" exit 0