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

solidjs / solid / 33416323909
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: unified-for-accept
DEFAULT BRANCH: main
Ran 31 Aug 2026 04:54PM 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

31 Aug 2026 04:50PM UTC coverage: 71.652%. Remained the same
33416323909

push

github

ryansolid
fix: latest()-mode isPending probes are read-order dependent (#3104)

Two probe-mode leaks in the verdict layer. latestRead's mid-tick shadow
pull (#2922) recomputed a stale shadow with the probe still live, so the
shadow's own read(parent) collected the parent into the probe — the
verdict flipped to the held-write answer only when nothing had pulled
the shadow current earlier in the tick (reading latest(m) before
latest(() => isPending(x)) changed the answer from true to false). And
collectPending's companion-verdict reads ran with an outer latest()
window still active, dispatching through latestRead and building a
shadow OF THE PENDING SIGNAL itself; the next flush's
updatePendingSignal wrote that companion-on-companion from inside a
recompute and halted dev with the owned-scope write guard. Both sites
now suspend the ambient read modes like the companion creation paths
always did.

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 33416323909.1 31 Aug 2026 04:54PM UTC 6
71.65
GitHub Action Run
Source Files on build 33416323909
  • 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 #33416323909
  • 90603c56 on github
  • Prev Build on next (#33413695468)
  • Next Build on next (#33417377779)
  • 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