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

solidjs / solid / 32930828285
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 26 Aug 2026 04:39AM 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 04:35AM UTC coverage: 72.03%. Remained the same
32930828285

push

github

ryansolid
Apply store setter replacements on the server; optimistic writes are no-ops

The server createStore setter ran the function and discarded its return
value, so the documented replacement form (setStore(draft => next))
silently lost writes under node conditions while draft mutation worked
(#3064). Returned wrappables are now adopted into the same root as a
plain data operation, matching the client contract; array replacements
truncate correctly (fixing an array-shrink hole in projection sync
replacement too). Optimistic setters no longer alias plain writes:
optimistic writes are masks that revert at settle, and server output is
settled state, so they neither run nor land. Server writes remain
data-only — no re-render.

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

509 of 772 branches covered (65.93%)

Branch coverage included in aggregate %.

758 of 987 relevant lines covered (76.8%)

14.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32930828285.1 26 Aug 2026 04:39AM UTC 6
72.03
GitHub Action Run
Source Files on build 32930828285
  • 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 #32930828285
  • 02057564 on github
  • Prev Build on next (#32910702446)
  • Next Build on next (#32931075699)
  • 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