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

solidjs / solid / 35984408168
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: claude/issue-3672
DEFAULT BRANCH: main
Ran 24 Sep 2026 10:04AM UTC
Jobs 1
Files 8
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

24 Sep 2026 09:57AM UTC coverage: 73.134%. Remained the same
35984408168

push

github

web-flow
fix(refresh): make the HMR memo plumbing — no name, no path, no records (#3633)

#3629 gave the solid-js/refresh memo an empty name so it left owner
paths, but the attribution engine still recorded it: a `create` record
with nodeName "" per component mount (painted `<Counter> ›  · create`),
and a blank-named re-run on every swap. Empty-string residue, not gone.

Observe tiers now have a notion of framework plumbing: the internal
`_plumbing` memo option sets CONFIG_PLUMBING at creation, the observe
`computed()` literal withholds `_name` for it (so `ownerPath` skips it),
and the engine's `excludedNode` reads the bit before the observer-exclusion
walk — creation, re-runs and checks are recorded for nothing it is, while
everything it owns stays observed. The prod literal never carries the bit.

Size: observe tier 17,618 -> 17,670 B (+52), engine 31,625 -> 31,664 B
(+39); prod scenarios byte-identical. Caps ratcheted with notes.

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

606 of 894 branches covered (67.79%)

Branch coverage included in aggregate %.

883 of 1142 relevant lines covered (77.32%)

25.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35984408168.1 24 Sep 2026 10:04AM UTC 8
73.13
GitHub Action Run
Source Files on build 35984408168
  • Tree
  • List 8
  • 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 #35984408168
  • 974506c1 on github
  • Prev Build on next (#35964032397)
  • Next Build on next (#35985935066)
  • 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