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

solidjs / solid / 34728818399
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 13 Sep 2026 12:51AM 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

13 Sep 2026 12:46AM UTC coverage: 71.842%. Remained the same
34728818399

push

github

web-flow
fix(signals): OBSERVE.exclude covers store nodes and interaction writes (#3380)

* fix(signals): OBSERVE.exclude covers store nodes and interaction writes

A root write to an excluded subject no longer counts toward the interaction
that made it, and an interaction whose writes all went to excluded subjects
with none of the app's work run — a click on a devtools panel's own button —
is dropped from the ring and never delivered.

Store nodes were never excluded subjects: registerGraph's `_owner` stamp on
the proxy is swallowed by the set trap outside a draft. The root target now
keys its creating owner and nodes copy it into `_owner` as they are created,
under the same engine-installed gate as node naming.

Found by the Sentry spike's record-driven adapter. Engine scenario
26888 -> 26944 B; observe CSR tier unchanged.

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

* perf(signals): record a store's owner only once the observe engine is installed

A WeakMap.set per fresh store regressed the 2000-store create+commit
shape (~+30% locally, CodSpeed -11.7%). Gate it on attrHooks like the
node stamping it feeds; disabled it bought nothing. Size note rebased.

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

---------

Co-authored-by: Claude via Cursor <noreply@cursor.com>
Co-authored-by: Cursor <cursoragent@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 34728818399.1 13 Sep 2026 12:51AM UTC 6
71.84
GitHub Action Run
Source Files on build 34728818399
  • 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 #34728818399
  • ca059178 on github
  • Prev Build on next (#34726273332)
  • Next Build on next (#34729625842)
  • 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