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

solidjs / solid / 34531685448
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix/merge-stale-sources
DEFAULT BRANCH: main
Ran 10 Sep 2026 09:26PM 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 09:20PM UTC coverage: 71.842%. Remained the same
34531685448

push

github

web-flow
perf(signals): projection root writes take the overlay path (#3354)

Projection and derived-store drafts now open as prototype overlays like
plain stores (#3044), so a derive touching one root key of a wide keyed
record is O(written) instead of cloning the whole raw per recompute:
17.6 ms -> 0.02 ms per derive at 20k keys on the reporter's repro.
Optimistic families (view-seeding, truth-park), chained backings, arrays
and accessor containers keep the clone path. The overlay flatten is a
shared helper the write-override landing calls in place of the backing
swap.

Surfaced a pre-existing overlay bug: privatizeCommitted re-slotted the
parent unconditionally, so when the parent folded first in a drain and
the batch had replaced or deleted the child's slot, the child's flatten
resurrected it. Now a CAS like drainFolds' path copy. Regression tests
on plain stores in overlay.test.ts; deterministic clone-count tests and
a vitest bench pin the #3352 shape.

Size: createStore scenario 14.654 -> 14.696 KB, cap 14.75.

Co-authored-by: Claude via Cursor <noreply@cursor.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 34531685448.1 10 Sep 2026 09:26PM UTC 6
71.84
GitHub Action Run
Source Files on build 34531685448
  • 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 #34531685448
  • 12c3be92 on github
  • Prev Build on next (#34526876986)
  • Next Build on next (#34535265183)
  • 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