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

umputun / revdiff / 24041059501
91%

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2026 04:53PM UTC
Jobs 1
Files 18
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

06 Apr 2026 04:52PM UTC coverage: 91.725%. Remained the same
24041059501

push

github

web-flow
add cmux terminal support for overlay launcher (#35)

* add cmux terminal support for overlay launcher

cmux (https://cmux.com) is a native macOS terminal for AI coding agents
built on libghostty. It sets TERM_PROGRAM=ghostty, which causes the
existing Ghostty AppleScript path to fail. Detect cmux first via
$CMUX_SURFACE_ID and use its CLI API (new-split + send --surface)
instead of AppleScript.

* replace sleep with wait-for synchronization for shell readiness

Instead of a fixed sleep 0.5 before sending commands to the new split,
use cmux wait-for as a sync primitive: retry a compound signal-and-exec
command until the shell processes it. Adapts to any shell startup time.

* simplify: single send instead of retry loop

The pty input buffer holds text until the shell reads it, so a single
cmux send immediately after new-split is sufficient. No retry loop,
no wait-for synchronization, no visual noise in the split pane.

3913 of 4266 relevant lines covered (91.73%)

460.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24041059501.1 06 Apr 2026 04:53PM UTC 18
91.73
GitHub Action Run
Source Files on build 24041059501
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 684e9827 on github
  • Prev Build on master (#24040798361)
  • Next Build on master (#24044868826)
  • 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