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

solidjs / solid / 34441778332
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 10 Sep 2026 05:42AM 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

10 Sep 2026 05:36AM UTC coverage: 71.851%. Remained the same
34441778332

push

github

ryansolid
fix(signals,solid,web): make a failed lazy() hydration observable (#3338)

Root-level lazy() hydration works: the server writes the root module map
(_$HY.r["_assets"]) and hydrate() preloads it before rendering. #3338's
failure is a manifest miss — the server cannot resolve client assets for
the module's key, logs it, and ships no entry — but the client-side error
pointed at a missing Loading boundary, and the failure mode was a page
that looked hydrated with every update dead and nothing observable beyond
console.error.

- lazyHydrationLookup: the not-preloaded error names the real cause (no
  client entry serialized; check the server log) instead of a boundary.
- haltReactivity: hand the cause to reportError where present. A creation-
  time throw is converted to status by ancestor recomputes and never
  reaches the top, so window.onerror / monitoring saw nothing.
- hydrate(): the preload-failure fallback to a fresh client render cannot
  apply to a document root (the shell can't be client-created) and died
  deep in the walk with an unrelated Hydration Mismatch as an unhandled
  rejection. Report an explicit, caused error and leave the server markup.

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

518 of 788 branches covered (65.74%)

Branch coverage included in aggregate %.

771 of 1006 relevant lines covered (76.64%)

14.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34441778332.1 10 Sep 2026 05:42AM UTC 6
71.85
GitHub Action Run
Source Files on build 34441778332
  • 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 #34441778332
  • fe3ab925 on github
  • Prev Build on next (#34440098982)
  • Next Build on next (#34460296793)
  • 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