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

solidjs / solid / 34729625842
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: server-boundary-records
DEFAULT BRANCH: main
Ran 13 Sep 2026 01:10AM 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 01:04AM UTC coverage: 71.842%. Remained the same
34729625842

push

github

web-flow
fix(web): omit nullish style/class in ssrElement, no stray tag whitespace (#3382) (#3393)

`ssrElement` tested `style` and `class` before the nullish early-out, so a
spread whose style/class resolved to undefined serialized `style=""
class=""` while every other attribute was omitted — and while the client
removes the attribute for the same value. Move the two branches below the
early-out.

Emitted attributes now carry their own leading space (as the hydration key
already does) instead of a trailing one appended per key, so skipped props
leave nothing behind: `<li _hk=0>` rather than `<li _hk=0 >`. Void elements
keep the space before `/>` because the hydration key is unquoted.

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.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34729625842.1 13 Sep 2026 01:09AM UTC 6
71.84
GitHub Action Run
Source Files on build 34729625842
  • 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 #34729625842
  • 5b310766 on github
  • Prev Build on next (#34728818399)
  • Next Build on next (#34730686986)
  • 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