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

e7h4n / rippling / 12372035693
100%

Build:
DEFAULT BRANCH: main
Ran 17 Dec 2024 11:29AM UTC
Jobs 1
Files 30
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

17 Dec 2024 11:25AM UTC coverage: 100.0%. Remained the same
12372035693

push

github

web-flow
fix: atom should unmount correctly (#44)

- Issue:

```
const base$ = $value(0);
const derived1$ = $computed((get) => get(base$));
const derived2$ = $computed((get) => get(base$));

const unsub = store.sub(derived1$, ...)
store.get(derived2$)
unsub()
```

In the code above, even after executing unsub, the store still considers base$ to be in a mounted state.

- Expected behavior:

Reading `derived2$` should not affect the mount state of `base$`.

- Root cause:

AtomManager does not check if the dependent atom is in a mounted state when maintaining dependencies for base$.

- Fix:

Only Computed atoms that are themselves in a mounted state should be able to add dependencies to the atoms they read from.

380 of 380 branches covered (100.0%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

1410 of 1410 relevant lines covered (100.0%)

91.28 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/157513934 12372035693.1 17 Dec 2024 11:29AM UTC 0
100.0
GitHub Action Run
Source Files on build 12372035693
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #12372035693
  • a9384e44 on github
  • Prev Build on main (#12368785517)
  • Next Build on main (#12372070280)
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