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

umputun / agterm / 35365830454
93%

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

18 Sep 2026 04:00PM UTC coverage: 93.024%. Remained the same
35365830454

push

github

web-flow
fix(zmx): drain the child's pipes while waiting for it (#624)

`ZmxClient.run` read the child's stdout only after it exited. zmx writes the listing row by row, so the
pipe buffer stays at its initial 512 bytes; four Live daemons fill it, zmx blocks on write, the app
blocks on exit, and every `tree` and `window list` call ends in the 3 s timeout with the leader snapshot
dropped. Each pipe is now drained to EOF on its own thread while the call waits.

The pipe fds are also marked close-on-exec: libghostty spawns surface commands from its io thread with
plain inheritance, so a spawn landing between `Pipe()` and `process.run()` carried a write end into a
long-lived `zmx attach` and held EOF back for its lifetime, hanging the caller. Should a write end still
leak, the join after exit gives up after one `terminationGrace` for both pipes and the call throws
`timedOut`, so a listing is failed rather than silently short.


Claude-Session: https://claude.ai/code/session_01JyKCk3HSJFejBkrdM5Y7gi

Co-authored-by: apchelintcev <aleksandr.pchelintcev@magnolia-cms.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

11495 of 12357 relevant lines covered (93.02%)

3302330.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35365830454.1 18 Sep 2026 04:04PM UTC 146
93.02
GitHub Action Run
Source Files on build 35365830454
  • Tree
  • List 146
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #35365830454
  • 0abf1c58 on github
  • Prev Build on master (#35313399021)
  • Next Build on master (#35376351302)
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