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

sgerrand / git_hoox / 26526651560
98%

Build:
DEFAULT BRANCH: main
Ran 27 May 2026 05:12PM UTC
Jobs 1
Files 26
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

27 May 2026 05:11PM UTC coverage: 100.0%. Remained the same
26526651560

push

github

sgerrand
fix(cmd): redirect child stdin to /dev/null

Child processes spawned via Port.open with :use_stdio inherited
the BEAM process's stdin. Tools that read fd 0 on startup (e.g.
mado, anything calling blocking read without isatty checks) hung
forever inside hooks until the runner timeout fired.

Spawn through `sh -c 'exec "$0" "$@" </dev/null' exe args...` so
the child sees EOF immediately. exec keeps the target as the direct
port child, so no extra sh lingers and BEAM still receives
:exit_status from the real process.

1 of 1 new or added line in 1 file covered. (100.0%)

549 of 549 relevant lines covered (100.0%)

27.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26526651560.1 27 May 2026 05:12PM UTC 26
100.0
GitHub Action Run
Source Files on build 26526651560
  • Tree
  • List 26
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26526651560
  • 74d663cd on github
  • Prev Build on main (#26521914234)
  • Next Build on main (#26526871200)
  • 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