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

solidjs / solid / 36104120380
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: claude/issue-3672
DEFAULT BRANCH: main
Ran 25 Sep 2026 06:49AM 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

25 Sep 2026 06:42AM UTC coverage: 73.611%. Remained the same
36104120380

push

github

web-flow
fix(signals): first async landing under an optimistic lane — settle invariant, off-lane suspend, untracked isPending probes (#3648) (#3651)

A memo whose FIRST result lands while it is a member of an optimistic lane
takes asyncWrite's lane branch: the value goes into the derived-override
slot (laneOverride), `_value` stays undefined and STATUS_UNINITIALIZED stays
set until the lane's transaction commits and promotes the override.

- settlePendingSource: a displayed derived override is the node's truth for
  the walk; the SETTLE_WALK_UNINITIALIZED_SOURCE invariant no longer fires
  for it (predicate: CONFIG_DERIVED_OVERRIDE && hasActiveOverride). When it
  does fire, the entry is routed through reportDiagnostic with the node as
  subject so the message prints, not only the repair-guide footer.
- overrideRead: an off-lane render reader served the committed frame of a
  node that has never committed throws NotReadyError instead of returning
  `el._value` (a fabricated undefined). readsHeldCommitted already queued
  its re-run at the lane's release.
- isPending: suppressed-probe registration is gated on `tracking` — an
  untracked probe inside a memo no longer enrolls the memo, so the lane wake
  no longer re-runs it (the router query()'s duplicate flight).

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

601 of 882 branches covered (68.14%)

Branch coverage included in aggregate %.

883 of 1134 relevant lines covered (77.87%)

25.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 36104120380.1 25 Sep 2026 06:49AM UTC 8
73.61
GitHub Action Run
Source Files on build 36104120380
  • Tree
  • List 8
  • 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 #36104120380
  • 3613c3a3 on github
  • Prev Build on next (#36103622139)
  • Next Build on next (#36106961337)
  • 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