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

solidjs / solid / 34863687484
71%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 14 Sep 2026 03:45PM 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

14 Sep 2026 03:40PM UTC coverage: 71.842%. Remained the same
34863687484

push

github

web-flow
fix(signals): optimistic settle verdicts — combined isPending on the child lane, onSettled after the revert re-derive (#3409, #3411) (#3425)

optimistic value reported false while `isPending(a)` and `isPending(b)`
both reported true. The combined effect computed `true` but its run was
withheld: its two companion child lanes are siblings and merge, and the
parent lane's next notification then hit assignOrMergeLane's "subscriber's
lane was merged → take the source lane" shortcut, which skipped the
parent/child check and moved the effect onto the held parent lane, where
its verdict waited on the async it reports. A merged lane is now followed
to its root like any other and goes through the same check. -33 B on the
core floor.

revert. The settle drops the override in the commit pass but only
enqueues the reverted subscribers; the pass after re-derives them, and
reads do not pull. The one-shot fired in the commit pass's user phase saw
the source reverted beside a stale memo. The fire now waits for the heap
to drain (re-enqueues itself while `dirtyQueue` has work; `run` swaps the
queue so it lands in the next pass). Forcing the re-derive into the
commit pass instead breaks the lane frame of a write completing in its
own flush and the store clears (#3164 tear) — recorded in the internals
doc.

Pins for both (plus the no-action variant of #3411) in
optimistic-settle-verdicts.test.ts.

Co-authored-by: Claude <noreply@anthropic.com>

519 of 790 branches covered (65.7%)

Branch coverage included in aggregate %.

772 of 1007 relevant lines covered (76.66%)

15.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34863687484.1 14 Sep 2026 03:45PM UTC 6
71.84
GitHub Action Run
Source Files on build 34863687484
  • 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 #34863687484
  • 1ce0f851 on github
  • Prev Build on next (#34828611473)
  • Next Build on next (#34863695100)
  • 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