• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / revdiff / 30683677771
90%

Build:
DEFAULT BRANCH: master
Ran 01 Aug 2026 04:19AM UTC
Jobs 1
Files 79
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Aug 2026 04:18AM UTC coverage: 90.063%. Remained the same
30683677771

push

github

web-flow
Relay revdiff's stderr when an overlay review fails (#292)

* feat(launch): relay revdiff stderr when an overlay review fails

A fast-failing revdiff — a bad ref, or a flag an older installed binary
does not recognise — closes the overlay before anyone can read the error.
The caller gets a bare nonzero exit and an AI agent driving the launcher
has to guess which argument was at fault.

Capture at one chokepoint: every backend runs the REVDIFF_CMD string, so
appending 2>$ERR_FILE once after the argument loop covers all of them —
including the sourced agent-deck window path — with no per-backend edits.
Replay at the other: print_output_and_exit emits the file on any exit code
outside {0, 10}. Those two are successes and revdiff writes ordinary
warnings to stderr, so relaying them would put noise on every successful
review.

* test(launchers): fold stderr relay expectations into the exit-code sweep

A separate launcher-by-backend pass for the stderr relay doubled the
matrix and pushed the app package past the 60s timeout in make race.
The exit-code test already walks the same matrix with the same fake
launcher environment, so the stderr expectations ride along there,
gated per launcher because the plan-review launcher has no relay.

Also document the relay in the custom-launcher contract: an override
built to the previous three obligations relays nothing, while the
skill now tells agents the failure text will be present.

11393 of 12650 relevant lines covered (90.06%)

3140.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30683677771.1 01 Aug 2026 04:19AM UTC 79
90.06
GitHub Action Run
Source Files on build 30683677771
  • Tree
  • List 79
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 627bb3de on github
  • Prev Build on master (#30681498732)
  • Next Build on master (#30683906058)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc