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

solidjs / solid / 34426297020
72%
main: 89%

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

10 Sep 2026 01:38AM UTC coverage: 71.851%. Remained the same
34426297020

push

github

ryansolid
fix(signals): refuse flush() inside an action body (FLUSH_IN_ACTION)

An action's writes are held by its transaction until it settles, so a
flush() in the body can't reveal them. Worse, the drain loop exits only
once activeTransition is null, so it parked the transaction mid-slice and
every write after it landed as a plain committed write — visible before
the action finished. That is what the 'leading flush()' workaround in
#3333 was actually doing.

- actionStepDepth counter brackets it.next()/it.throw() in step()
- flush(): DEV throws FLUSH_IN_ACTION; prod skips the drain (flush(fn)
  still runs fn, its writes stay in the transaction)
- restoreTransition skips its own drain while a step is on the stack: a
  nested action resuming synchronously (non-thenable yield) inside an
  outer body had the same leak
- tier-aware tests (SIGNALS_TIER=prod exercises the no-op path)

Closes #3333

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

518 of 788 branches covered (65.74%)

Branch coverage included in aggregate %.

771 of 1006 relevant lines covered (76.64%)

14.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34426297020.1 10 Sep 2026 01:43AM UTC 6
71.85
GitHub Action Run
Source Files on build 34426297020
  • 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 #34426297020
  • 3a5fe8cf on github
  • Prev Build on next (#34420819791)
  • Next Build on next (#34440098982)
  • 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