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

solidjs / solid / 33849998807
72%
main: 89%

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

04 Sep 2026 07:43AM UTC coverage: 71.814%. Remained the same
33849998807

push

github

web-flow
fix(signals): exempt the thenable probe from the store strict-read check (#3263)

Resolving a promise with a store proxy — refresh(store)'s waiter delivers
the store, Promise.resolve(store), `return store` from an async function —
makes the engine read `store.then` synchronously in the caller's scope. When
that scope carries a strict-read label (an effect callback, a component
body) the read produced a spurious STRICT_READ_UNTRACKED warning, and
against a refetching derived store it could escalate to the
PENDING_ASYNC_UNTRACKED_READ throw, rejecting the promise being resolved.
`await refresh(list)` inside an action logged the warning on every call.

The `then` probe is not a read the user wrote; it is now exempt from both.
Regressions live in the store strict-read suite.

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>

515 of 783 branches covered (65.77%)

Branch coverage included in aggregate %.

764 of 998 relevant lines covered (76.55%)

14.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33849998807.1 04 Sep 2026 07:46AM UTC 6
71.81
GitHub Action Run
Source Files on build 33849998807
  • 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 #33849998807
  • 02557293 on github
  • Prev Build on next (#33847334065)
  • Next Build on next (#33850010698)
  • 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