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

solidjs / solid / 35949297194
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: claude/issue-3672
DEFAULT BRANCH: main
Ran 24 Sep 2026 03:00AM 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 02:55AM UTC coverage: 72.642% (-0.01%) from 72.655%
35949297194

push

github

web-flow
fix(refresh): keep the HMR wrapper out of owner paths (#3629)

The solid-js/refresh proxy wraps every component body in a memo so a
module swap re-runs it in place. That memo was named `[solid-refresh]App`,
so it sat between the component's dev root and the body in every owner
path — `<App> › [solid-refresh]App › <Router>` on the Performance panel,
in diagnostic findings and in captures. Two nodes are needed (a root for
identity, a memo to re-run); two names are not. The memo is now nameless
(`""` — an omitted name is labelled "computed"), which `ownerPath` skips.

The proxy also reports the component's own name, so a createComponent the
compiler did not label opens a `<App>` root rather than `<[solid-refresh]App>`.

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

594 of 882 branches covered (67.35%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

869 of 1132 relevant lines covered (76.77%)

24.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35949297194.1 24 Sep 2026 03:00AM UTC 8
72.64
GitHub Action Run
Source Files on build 35949297194
  • 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 #35949297194
  • e77087a8 on github
  • Prev Build on next (#35947693006)
  • Next Build on next (#35956812681)
  • 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