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

llamastash / llamastash / 26689160099 / 1
87%
main: 87%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 04:44PM UTC
Files 190
Run time 6s
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.1

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

Source Files on job 26689160099.1
  • Tree
  • List 190
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26689160099
  • 799d770c on github
  • Prev Job for on main (#26688876657.1)
  • Next Job for on main (#26689431081.1)
  • 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