mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-09-01 19:41:32 +00:00
🗳️ ci: Log the Exact Spec List in Codegraph E2E Votes (#15143)
This commit is contained in:
parent
d864597731
commit
b421f900dd
1 changed files with 5 additions and 0 deletions
5
.github/workflows/codegraph-e2e-votes.yml
vendored
5
.github/workflows/codegraph-e2e-votes.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue