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

solidjs / solid / 34091142142
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: perf/shared-prop-handlers
DEFAULT BRANCH: main
Ran 07 Sep 2026 06:35AM 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

07 Sep 2026 06:30AM UTC coverage: 71.814%. Remained the same
34091142142

push

github

ryansolid
fix(signals): adoption diffs against the pending view instead of cancelling the draft (#3296)

Follow-up to aed21ac8. Reconcile and returned-object adoptions are writes
like any other: they must diff against the view the nodes were LAST TOLD —
the draft's pending backing when one preceded them — exactly as a second
draft set does. The interim cancel pass rewound the nodes to committed so
a committed-based diff would be right; the base was wrong, not the nodes.

- target.ab replaces the boolean `adopted`: the adoption diff base, non-null
  when the backing was swapped this batch. adoptPB takes the (materialized)
  draft pb when one exists, else keeps an existing base or the pre-batch
  committed; foldOlds' entry stays the committed identity for the CAS.
- drainFolds notifies when base !== v, which also covers adoption back to
  the identical committed raw after a draft (the flag could not).
- applyAdopt's node-notify base is prev (t.pb ?? t.v), which it already had.
- cancelDraftNotifications / writtenKeysBound removed; notifyWrites restored.

Size: createStore scenario 14374 B, 17 B under the pre-fix baseline (cap
back to 14.42 KB); hydrating-store 26423 B (26.45 KB, brotli drift).

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

515 of 783 branches covered (65.77%)

Branch coverage included in aggregate %.

764 of 998 relevant lines covered (76.55%)

14.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34091142142.1 07 Sep 2026 06:35AM UTC 6
71.81
GitHub Action Run
Source Files on build 34091142142
  • 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 #34091142142
  • 533f5ab9 on github
  • Prev Build on next (#34089756029)
  • Next Build on next (#34104455905)
  • 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