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

solidjs / solid / 34017882910
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 06 Sep 2026 07:02AM UTC
Jobs 1
Files 6
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

06 Sep 2026 06:58AM UTC coverage: 71.814%. Remained the same
34017882910

push

github

web-flow
fix(web): freeze response head before disposing an awaited renderToStream (#3292)

`await renderToStream(...)` resolved AFTER disposing the render owner,
while `event.response` was still uncommitted, so every scope-tied
`httpStatus`/`httpHeader` cleanup retracted its declaration before the
consumer ever saw the HTML: a page's `httpStatus(404)` came back 200 from
`createSSRResponse(html, event)` and declared headers vanished. The pipe
paths never hit this because `createSSRResponse` commits the stub on the
shell's first write, before the final dispose.

Treat completion as the awaited path's head-freeze point: the thenable
commits the request's response stub (captured at render start — the
thenable may be awaited outside the request scope it was started in)
right before `dispose()`. `createSSRResponse` / `commitEventResponse`
already pass an already-committed stub through untouched. Retraction
semantics are unchanged — a scope disposed mid-render still retracts —
and the failRender resolution path keeps the head open as before.

Integrations no longer need the `onCompleteAll` commit workaround.

515 of 783 branches covered (65.77%)

Branch coverage included in aggregate %.

764 of 998 relevant lines covered (76.55%)

14.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34017882910.1 06 Sep 2026 07:02AM UTC 6
71.81
GitHub Action Run
Source Files on build 34017882910
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34017882910
  • ecdfc3a1 on github
  • Prev Build on next (#34017403551)
  • Next Build on next (#34019030975)
  • 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