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

llamastash / llamastash / 26689160099
87%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 04:44PM 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:34PM UTC coverage: 86.252% (-0.008%) from 86.26%
26689160099

push

github

deepu105
fix(windows): swap DETACHED_PROCESS for CREATE_NO_WINDOW on supervised spawn

DETACHED_PROCESS leaves the child without a console at all. Combined
with `Stdio::piped()` redirection it interacts badly enough on Windows
that fake_llama_server (and likely real llama-server too) never
reached Ready in CI integration tests — the supervisor's health probe
saw nothing. CREATE_NO_WINDOW hides the console window without
removing it, which is what we actually wanted: no flashing terminal
for end users, normal stdio for the child. The daemon's own
start_detached keeps DETACHED_PROCESS — that's the path that should
have no console (the daemon background-running with no terminal).

41682 of 48326 relevant lines covered (86.25%)

1672.88 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
92.65
-0.6% tests/cli_integration_test.rs
4
92.02
-2.13% tests/supervisor_ipc_test.rs
2
95.35
-1.16% tests/daemon_config_integration_test.rs
1
95.62
-0.73% src/proxy/eviction.rs
Jobs
ID Job ID Ran Files Coverage
1 26689160099.1 30 May 2026 04:44PM UTC 190
86.25
GitHub Action Run
Source Files on build 26689160099
  • Tree
  • List 190
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26689160099
  • 799d770c on github
  • Prev Build on main (#26688876657)
  • Next Build on main (#26689431081)
  • 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