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

solidjs / solid / 23510328585
85%

Build:
DEFAULT BRANCH: main
Ran 24 Mar 2026 08:20PM UTC
Jobs 1
Files 19
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

24 Mar 2026 08:19PM UTC coverage: 86.039% (-0.04%) from 86.077%
23510328585

push

github

web-flow
fix: lazily create inTransition external source to prevent use-after-dispose (#2589)

* fix: lazily create inTransition external source to prevent use-after-dispose

The inTransition external source was eagerly created and disposed after
each transition resolved. When a subsequent transition started, the
disposed source was still referenced, causing errors when .track() was
called on it.

This change makes inTransition lazily initialized on first use during a
transition and properly re-created after disposal. Fixes #2275.

* add changeset for external source transition fix

* Fix lazy external source recreation

Preserve the original computation function when lazily creating the transition-scoped external source and make the regression test cleanup deterministic.

Made-with: Cursor

* Format external source follow-up changes

Include the formatting updates applied by the pre-commit hook so the PR branch is clean before pushing.

Made-with: Cursor

---------

Co-authored-by: Ryan Carniato <ryansolid@gmail.com>

927 of 1147 branches covered (80.82%)

Branch coverage included in aggregate %.

6 of 15 new or added lines in 1 file covered. (40.0%)

30 existing lines in 2 files now uncovered.

2370 of 2685 relevant lines covered (88.27%)

62.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
82.24
0.33% packages/solid/src/reactive/signal.ts

Coverage Regressions

Lines Coverage ∆ File
28
82.24
0.33% packages/solid/src/reactive/signal.ts
2
90.0
-2.93% packages/solid/store/src/mutable.ts
Jobs
ID Job ID Ran Files Coverage
1 23510328585.1 24 Mar 2026 08:20PM UTC 19
86.04
GitHub Action Run
Source Files on build 23510328585
  • Tree
  • List 19
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23510328585
  • 6b0c4ee5 on github
  • Prev Build on main (#23506913327)
  • Next Build on main (#23770214301)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc