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

solidjs / solid / 33472188611
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: test/server-function-coverage
DEFAULT BRANCH: main
Ran 01 Sep 2026 05:08AM 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

01 Sep 2026 05:03AM UTC coverage: 71.572%. Remained the same
33472188611

push

github

ryansolid
fix(signals): tracked latest(isPending()) probe created mid-flight sees the current flight (#3166)

A latest() shadow created lazily during an active new-question flight is
born STATUS_PENDING | STATUS_UNINITIALIZED — its eager first compute reads a
source whose new answer hasn't landed. The probe path's uninitialized
suspend-throw (meant to park a tracked reader on a genuinely-first-load
source) then fired for the shadow, throwing before collecting it into the
probe; latestRead's committed-value fallback swallowed the throw, so the
probe returned with an empty source set and cached `false`. The reader was
already linked to the shadow, so it corrected itself at the next flight —
the verdict was creation-time dependent, and loading UI mounted during a
refetch never appeared for that request.

The suspend now defers to the PARENT source's initialization state: if the
parent has a committed value, latest() has something to serve, the shadow
falls through to normal collection, and the probe lands the same verdict an
already-existing probe reports.

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

517 of 791 branches covered (65.36%)

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 33472188611.1 01 Sep 2026 05:08AM UTC 6
71.57
GitHub Action Run
Source Files on build 33472188611
  • 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 #33472188611
  • 893b8f95 on github
  • Prev Build on next (#33444829827)
  • Next Build on next (#33484224993)
  • 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