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

umputun / revdiff / 24826206221
90%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 08:54AM UTC
Jobs 1
Files 59
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

23 Apr 2026 08:53AM UTC coverage: 89.581%. Remained the same
24826206221

push

github

umputun
fix(plugins): avoid silent death and destructive fallback in cmux launcher

The cmux branch in the overlay launcher scripts ran grep -o 'surface:[0-9]*'
inside a pipefail'd command substitution. When cmux's output format changes
or the subprocess fails, grep exits non-zero and kills the script silently,
before ever reaching the guarded if.

A naive || true fix would have been worse: with CMUX_SURF empty, the else
branch sent exec $LAUNCH_SCRIPT through cmux send without --surface,
targeting the caller's pane and replacing the user's interactive shell
with revdiff.

Fix: add || true to the grep pipeline, drop the else branch, and bail
explicitly when CMUX_SURF is empty.

Also fix inconsistent sentinel quoting in the zellij heredoc (literal
'$SENTINEL' -> $(sq "$SENTINEL")) so every branch routes through the
sq() helper.

Applied byte-identical across all three launchers (revdiff-planning,
.claude-plugin/skills/revdiff, plugins/codex/skills/revdiff). Bump
revdiff 0.8.3 -> 0.8.4 and revdiff-planning 0.3.1 -> 0.3.2.

8185 of 9137 relevant lines covered (89.58%)

458.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24826206221.1 23 Apr 2026 08:54AM UTC 59
89.58
GitHub Action Run
Source Files on build 24826206221
  • Tree
  • List 59
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a978f21d on github
  • Prev Build on master (#24824924445)
  • Next Build on master (#24852781334)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc