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

solidjs / solid / 34519487926
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix/async-chain-supersession
DEFAULT BRANCH: main
Ran 10 Sep 2026 07:21PM 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 07:17PM UTC coverage: 71.842% (+0.02%) from 71.826%
34519487926

push

github

web-flow
feat(compiler,babel-plugin,solid): componentNames flag — component owner labels that survive minification (#3340)

Compiler flag `componentNames` (off by default): DOM output carries the tag as written in source as a third `createComponent` argument (`<Home />` → `createComponent(Home, props, "Home")`, `<Ui.Button />` → `"Ui.Button"`, `<For>` → `"For"`, `<this.Row />` → `"this.Row"`), and the dev/observe runtimes label the component's owner with it, so observe-tier production bundles report hot scopes and holds by component instead of whatever the minifier left of the function name. DOM output only: SSR keeps inlining `Comp(props)` (pinned by the `ssrInert` fixture in both compilers), universal/dynamic never emit. Off → byte-identical output. Prod runtime ignores the argument.

Parity: shared `__dom_component_names_fixtures__`, a `dom-component-names` mode in the parity harness compiling every existing fixture through the flag (zero divergences), and per-fixture `options.json` support in the harness.

`@solidjs/vite-plugin` turns the flag on for the dev posture and a new `observe` posture in a follow-up once the compiler release carrying the option is out.

Co-authored with Claude via Cursor.

519 of 790 branches covered (65.7%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 2 files covered. (100.0%)

772 of 1007 relevant lines covered (76.66%)

15.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34519487926.1 10 Sep 2026 07:21PM UTC 6
71.84
GitHub Action Run
Source Files on build 34519487926
  • Tree
  • List 6
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34519487926
  • 01ac18cc on github
  • Prev Build on next (#34515664352)
  • Next Build on next (#34521609235)
  • 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