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

immortal / fork / 27467436772
86%
main: 86%

Build:
Build:
LAST BUILD BRANCH: 0.8.0
DEFAULT BRANCH: main
Ran 13 Jun 2026 12:59PM UTC
Jobs 1
Files 1
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

13 Jun 2026 12:54PM UTC coverage: 86.446% (+1.0%) from 85.484%
27467436772

push

github

nbari
0.8.0: add wait_any/wait_any_nohang and supervisor/daemon docs

- Add wait_any() and wait_any_nohang() returning (pid, status) as non-breaking
  wrappers around waitpid(-1, ...); waitpid()/waitpid_nohang() signatures
  unchanged. Internally share waitpid_reaped* helpers (EINTR-retry preserved).
- Document that wait_any* reap ANY child (incl. std::process::Command ones,
  which then makes Child::wait() fail with ECHILD).
- daemon(): document the relative-path/hidden-diagnostics pitfall and the
  hardening steps it does NOT perform (umask, fds>2, signal reset).
- Fork: clarify that Parent(pid) keys are PID keys only; use a durable id for
  long-lived supervisor state. Supervisor examples updated to that pattern and
  to wait_any_nohang.
- Add examples/checked_daemon_pattern.rs: readiness-pipe startup so the launcher
  can observe setup success/failure.
- Add wait_any tests; update README, CHANGELOG, tests README; bump to 0.8.0.

33 of 34 new or added lines in 1 file covered. (97.06%)

287 of 332 relevant lines covered (86.45%)

87.24 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
86.45
0.96% src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 27467436772.1 13 Jun 2026 12:59PM UTC 1
86.45
GitHub Action Run
Source Files on build 27467436772
  • Tree
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27467436772
  • d9f71600 on github
  • Prev Build on develop (#27459047784)
  • 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