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

solidjs / solid / 33294348346
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 30 Aug 2026 05:21AM 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

30 Aug 2026 05:16AM UTC coverage: 71.652%. Remained the same
33294348346

push

github

ryansolid
feat(compiler): key server-function ids on identity, not position (#3109)

Production ids were `<xxhash32(path)>-<ordinal>`, so appending a server
function to a file renumbered the rest and clients holding the old
numbering silently dispatched to different code with a 200. Ids are now
`<name>-<xxhash32(root-relative path)>`, with a trailing ordinal only
when the same descriptive name recurs in one file: appends, deletes,
reorders, and body edits move no address, and a removed or renamed
function becomes a clean 404 instead of a wrong call. Development and
production now share the exact same id format.

Frozen directive fixtures regenerated deliberately per their README; the
diff is id literals only.

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

517 of 789 branches covered (65.53%)

Branch coverage included in aggregate %.

767 of 1003 relevant lines covered (76.47%)

14.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33294348346.1 30 Aug 2026 05:21AM UTC 6
71.65
GitHub Action Run
Source Files on build 33294348346
  • 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 #33294348346
  • 7c551ae2 on github
  • Prev Build on next (#33276843797)
  • Next Build on next (#33294533938)
  • 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