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

solidjs / solid / 33423034448
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 31 Aug 2026 06:09PM 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 06:04PM UTC coverage: 71.652%. Remained the same
33423034448

push

github

ryansolid
fix: demand-gate and tear down nested streams in server function results (#3125)

The demand gate and teardown registry now ride guardFailures' walk
through the result graph instead of wrapping only a top-level
async-iterable value. Every source the codec pumps — nested iterables
and ReadableStreams included — parks behind the response queue's demand
and registers an idempotent closer with the response teardown, so
`{ items: rows() }` gets the same backpressure and cancel/abort
teardown as `return rows()`. The gate's waiter is now a list woken
wholesale per pull: the codec pumps sources concurrently, and waking
one would strand the rest when it steps to done without enqueuing.
Server-only code (the shared client half is untouched).

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 33423034448.1 31 Aug 2026 06:09PM UTC 6
71.65
GitHub Action Run
Source Files on build 33423034448
  • 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 #33423034448
  • 8d170831 on github
  • Prev Build on next (#33421937526)
  • Next Build on next (#33424821217)
  • 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