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

solidjs / solid / 34440098982
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 10 Sep 2026 05:17AM 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 05:11AM UTC coverage: 71.851%. Remained the same
34440098982

push

github

web-flow
perf(web,signals): spread() reads a merge() proxy through its sources (#3325)

A spread mixed with other attributes compiles to `spread(el, merge(statics, () => rest))`. Going through the merge proxy cost merge's `keys()` (a Set plus an own-enumerable scan of every source) and then, per key, a right-to-left `in` walk of the sources, every run. The spread now iterates the flattened sources directly — own string keys, later sources overriding earlier, children/ref excluded — through the same single-trap `ownKeys` path readShallow() uses (#3326). omit() is not a merge and stays opaque.

mergeSources() answers only for merge()'s PROXY form: the plain-object form also records $SOURCES but is a real object callers mutate afterwards (@solidjs/html assigns props after spreading), so it is read directly.

readShallow() re-maps class arrays element-wise instead of copy-on-write (−58 B brotli on web.js; className allocates for an array anyway, paired bench at parity).

CodSpeed: spread merge(static, reactive) × 500 24.4 → 16.5 ms (+47.9%), store record +6.8%, 149 untouched. Local paired Tier-1: merge row 602 → 1,243 ops/s.

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

518 of 788 branches covered (65.74%)

Branch coverage included in aggregate %.

771 of 1006 relevant lines covered (76.64%)

15.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34440098982.1 10 Sep 2026 05:17AM UTC 6
71.85
GitHub Action Run
Source Files on build 34440098982
  • Tree
  • List 6
  • 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 #34440098982
  • 4e730a97 on github
  • Prev Build on next (#34426297020)
  • Next Build on next (#34441778332)
  • 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