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

solidjs / solid / 34017049601
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 06 Sep 2026 06:44AM 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

06 Sep 2026 06:39AM UTC coverage: 71.814%. Remained the same
34017049601

push

github

ryansolid
fix(signals): wake tracked effects when a value they read stale commits (#3291)

createTrackedEffect reads with committed visibility (#3006) but is woken by
writes, not commits. A signal written during the flush's render phase re-ran
the tracked effect in the same pass — before commitPendingNodes — so it read
the old value, and the commit never re-notified. Same gap for a first run
subscribing after the write's notification.

The tracked run now arms any dep still holding a staged value
(CONFIG_STAGED_UNSEEN); commitPendingNode re-enqueues tracked subscribers of
an armed node. commitPendingNode's two commit branches were deduplicated to
pay for it (minified core floor -6 B); size limits ratcheted for brotli drift.

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

515 of 783 branches covered (65.77%)

Branch coverage included in aggregate %.

764 of 998 relevant lines covered (76.55%)

14.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34017049601.1 06 Sep 2026 06:44AM UTC 6
71.81
GitHub Action Run
Source Files on build 34017049601
  • 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 #34017049601
  • 3af0f6b4 on github
  • Prev Build on next (#34016321311)
  • Next Build on next (#34017403551)
  • 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