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

e7h4n / ccstate / 23897320504
100%

Build:
DEFAULT BRANCH: main
Ran 02 Apr 2026 11:04AM UTC
Jobs 1
Files 44
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

02 Apr 2026 11:03AM UTC coverage: 100.0%. Remained the same
23897320504

push

github

web-flow
fix(react): share StoreContext between index and experimental bundles via code splitting (#198)

Previously rollup inlined provider.ts into both dist/index.js and
dist/experimental.js, creating two separate createContext() calls and
two independent StoreContext instances. This meant useLoadableSet from
ccstate-react/experimental could not read the store provided by
StoreProvider from ccstate-react.

Fixed by switching rollup to multi-entry code splitting so provider.ts
is extracted into a shared chunk (dist/provider.js) imported by both
entry points. Also bumps version to 5.2.3.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

378 of 378 branches covered (100.0%)

Branch coverage included in aggregate %.

1388 of 1388 relevant lines covered (100.0%)

31652.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23897320504.1 02 Apr 2026 11:04AM UTC 44
100.0
GitHub Action Run
Source Files on build 23897320504
  • Tree
  • List 44
  • 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 #23897320504
  • 3af396f2 on github
  • Prev Build on main (#23896368219)
  • Next Build on main (#24932632901)
  • 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