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

solidjs / solid / 34392405287
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 09 Sep 2026 07:04PM 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

09 Sep 2026 06:59PM UTC coverage: 71.851%. Remained the same
34392405287

push

github

ryansolid
fix(signals): preserve transactions entered during finalization; effects follow ownership (#3319)

An ambient flush can enter a held transaction while finalizing (store
commit hook, boundary check, or a stamped recompute) and then kept
committing state and applying effects as though it still owned the
batch, leaving the UI stale once the transaction settled.

finalizePureQueue captures the batch it started with and settles nothing
an entered transaction adopted; a completing transaction whose ambient
batch was separate still settles its own containers. Effects follow the
#3322 owner stamp: in a flush whose finalize entered a transaction,
runEffect leaves runs owned by a still-held transaction queued for the
next gate to park, and applies everything computed mainline — the write
that caused the flush reads and renders together. Lanes are exempt by
construction (they never enter the ordinary queue).

The finalize guard and the two regression tests come from PR #3319 by
DerpyCrabs; the whole-flush park it proposed is replaced with per-effect
ownership, which the two added tests distinguish.

Closes #3319

Co-authored-by: DerpyCrabs <derpycrabs@gmail.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 34392405287.1 09 Sep 2026 07:04PM UTC 6
71.85
GitHub Action Run
Source Files on build 34392405287
  • 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 #34392405287
  • 1c9e9e74 on github
  • Prev Build on next (#34335261782)
  • Next Build on next (#34398511438)
  • 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