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

solidjs / solid / 33018986302
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: sf-client-fetch
DEFAULT BRANCH: main
Ran 26 Aug 2026 10:18PM 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

26 Aug 2026 10:15PM UTC coverage: 72.216% (+0.08%) from 72.14%
33018986302

push

github

ryansolid
Give server createProjection slot memory so pending body reads converge (#3068)

An async projection is never ready at creation-scope read time (its first
yield/resolution is at least a microtask away), so a body-time property
read throws NotReady and the retry re-runs the creation scope. Without
memory that allocated a fresh generator + deferred + serialized promise
per pass — the read could never succeed and the flush loop pinned the
process (0 bytes, 100% CPU, permanent). Owner ids are stable across
retry passes (the ssrScope hydration id contract), so projections now
record their pending proxy by slot on the render context — the #3003
memo mechanism — and re-creations join the in-flight instance instead
of starting a new one. Covers createStore(asyncFn) via its projection
route.

Co-authored-by: Cursor <cursoragent@cursor.com>

517 of 782 branches covered (66.11%)

Branch coverage included in aggregate %.

767 of 996 relevant lines covered (77.01%)

14.64 hits per line

Coverage Regressions

Lines Coverage ∆ File
118
73.23
0.1% packages/solid/src/client/hydration.ts
Jobs
ID Job ID Ran Files Coverage
1 33018986302.1 26 Aug 2026 10:18PM UTC 6
72.22
GitHub Action Run
Source Files on build 33018986302
  • Tree
  • List 6
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33018986302
  • a10cf1a1 on github
  • Prev Build on next (#32994625544)
  • Next Build on next (#33023568675)
  • 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