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

llamastash / llamastash / 26689431081
87%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 04:56PM UTC
Jobs 1
Files 190
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

30 May 2026 04:47PM UTC coverage: 86.247% (-0.005%) from 86.252%
26689431081

push

github

deepu105
fix(windows): make ProcessControl a process singleton

WindowsProcessControl owns the per-PID JobHandle map. Each Job is set
to KILL_ON_JOB_CLOSE, so dropping the last handle to a Job kills every
process assigned to it. platform_default() was returning a fresh Arc
on every call, so the controller (and its HashMap, and every
JobHandle inside it) was dropped the instant spawn_supervised
returned — taking the just-spawned child with it. The supervisor's
probe at /health saw nothing because the child had already been
terminated. Routing platform_default() through a OnceLock keeps the
controller alive for the whole process; on Unix the unit struct
backend makes the singleton a no-op.

Fixes the three Windows integration tests that timed out with
"supervisor never reached ready" — agent_script_round_trip,
logs_follow_returns_daemon_unreachable_when_daemon_dies,
start_preset_chain_seeds_supervisor_with_saved_params.

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

11 existing lines in 3 files now uncovered.

41683 of 48330 relevant lines covered (86.25%)

1674.81 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
92.05
-0.6% tests/cli_integration_test.rs
2
90.16
-3.28% src/daemon/resources.rs
1
83.86
-0.19% src/daemon/supervisor.rs
Jobs
ID Job ID Ran Files Coverage
1 26689431081.1 30 May 2026 04:56PM UTC 190
86.25
GitHub Action Run
Source Files on build 26689431081
  • Tree
  • List 190
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26689431081
  • 9ca2682f on github
  • Prev Build on main (#26689160099)
  • Next Build on main (#26690246270)
  • 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