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

jhheider / scriptbox / 29625591700
79%

Build:
DEFAULT BRANCH: main
Ran 18 Jul 2026 01:39AM UTC
Jobs 1
Files 11
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 Jul 2026 01:38AM UTC coverage: 73.491% (+1.8%) from 71.679%
29625591700

push

github

jhheider
0.3.0: drop unsafe auto-reap (keep gc); fix stale docs

Senior-eng review reproduced a real regression in the launch-time cache
auto-reap: "root pid dead => tree done" is false for the common detach pattern
(`bash worker.sh & disown; exit`). The root exits, but a backgrounded worker
keeps running and later spawns a scriptbox child; meanwhile ANY unrelated
`--subscripts=freeze` invocation on the same $TMPDIR reaps the cache out from
under it (cross-job blast radius on a shared /tmp). Given scriptbox execs away,
there's no safe/simple liveness signal, so remove the automatic reap entirely
and keep `gc` as the explicit reaper (caches are small; /tmp is OS-reaped on
reboot). A correct auto-reaper (process-group/lease) is a real design, deferred.
Reverts the rustix `process` feature (back to 15 default crates).

Also PM doc fixes: the Switches table now lists off|report|freeze (was stale at
off|report), and a lingering `--subscripts=wrap` in prose is now `--subscripts`.

Verified: the detach repro now runs the late child with no cache error, and an
unrelated invocation can't affect a live tree. Both configs pass, clippy/fmt clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014psyX18vgHn4UkMwCtZqff

901 of 1226 relevant lines covered (73.49%)

6.78 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
57.52
12.38% src/cache.rs
Jobs
ID Job ID Ran Files Coverage
1 29625591700.1 18 Jul 2026 01:39AM UTC 11
73.49
GitHub Action Run
Source Files on build 29625591700
  • Tree
  • List 11
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29625591700
  • b0373486 on github
  • Prev Build on main (#29624880361)
  • Next Build on main (#29660648563)
  • 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