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

solidjs / solid / 35916703589
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix/optimistic-undeclared-flight-owner
DEFAULT BRANCH: main
Ran 23 Sep 2026 08:40PM UTC
Jobs 1
Files 8
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

23 Sep 2026 08:33PM UTC coverage: 72.655% (-0.03%) from 72.682%
35916703589

push

github

web-flow
fix(flow): Errored builds a thunk fallback inside its own scope, like Show (#3624)

`<Errored fallback={() => <F />}>` is type-reachable (`() => X` satisfies
`(err, reset) => X`), but the runtime read `f.length === 0` as a value
thunk and handed it back unresolved, so the CONSUMING hole built it on the
enclosing owner's counter — the client at the statement, the server inside
the `ssr()` walk after every scoped sibling had reserved its slot. Aligned
only when nothing scoped followed the boundary; otherwise the keys
permuted (#3620 surfaced it and pinned the reported half).

Ruling: Errored's fallback works like Show's function child. Both runtimes
now call a function-valued fallback whatever its arity, inside the
boundary's own output scope where the two-arity form always ran, so both
arities allocate identically and nothing reaches the hole.

Audited Loading, Show, Switch, For, Repeat (fallback typed `Element`,
which excludes functions — type-unreachable, left to the #3620 ruling and
the UNSCOPED_HOLE_ALLOCATED_IDS check), Match and Reveal (no fallback).

Tests: #3567 harness `errored-thunk-fallback-followed-by-scoped-hole`
(server artifact → hydrate: nothing client-created, every `_hk` claimed,
no key miss, no diagnostic); the server spec's "reported when a scoped
hole follows" half flipped to "silent, aligned", plus zero- vs two-arity
id-layout parity; client specs for reactivity, owner placement, reset
through a rest-parameter fallback, and the two-arity form unchanged.

Size: hydrating app 20,907 → 20,981 B (+74 B brotli) with the minified
bundle 10 B smaller and an identifier-normalised diff of one statement —
esbuild's mangled-name reassignment shifting under brotli; cap 20.95 →
21.00 KB with a dated ledger note. With-stores −37 B, CSR −31 B.

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

594 of 882 branches covered (67.35%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

870 of 1133 relevant lines covered (76.79%)

24.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35916703589.1 23 Sep 2026 08:40PM UTC 8
72.66
GitHub Action Run
Source Files on build 35916703589
  • Tree
  • List 8
  • 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 #35916703589
  • 75ed5e99 on github
  • Prev Build on next (#35909343148)
  • Next Build on next (#35925466936)
  • 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