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

RoundingWell / care-ops-frontend / 9eb295dd-1126-4507-a290-5b470358828d
100%
develop: 100%

Build:
Build:
LAST BUILD BRANCH: chore/patch-flow-actions
DEFAULT BRANCH: develop
Ran 15 Jun 2026 07:50PM UTC
Jobs 1
Files 226
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

15 Jun 2026 07:35PM UTC coverage: 100.0%. Remained the same
9eb295dd-1126-4507-a290-5b470358828d

Pull #1724

circleci

paulfalgout
fix(cache): keep a blocked IndexedDB upgrade from hanging startup

A blocked version upgrade (another tab holding an older DB version open)
left openDB pending forever with no error. Because auth/boot await
clearCache/clearDrafts and pruneOther* on this connection, the app never
rendered and /logout never redirected.

- Memoize a single open attempt with the timeout baked in: a blocked or
  failed open resolves to null once and every later caller fails fast,
  instead of each re-racing the pending open against a fresh timeout.
- Add a blocking() handler so an open connection closes when a
  newer-version tab opens, instead of deadlocking both tabs. Add
  terminated() to drop the memo if the DB closes. Both, and __reset(),
  allow a fresh open.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #1724: fix(cache): keep blocked IndexedDB upgrades from hanging startup

1935 of 1935 branches covered (100.0%)

Branch coverage included in aggregate %.

6213 of 6213 relevant lines covered (100.0%)

298.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9eb295dd-1126-4507-a290-5b470358828d.1 15 Jun 2026 07:50PM UTC 226
100.0
Source Files on build 9eb295dd-1126-4507-a290-5b470358828d
  • Tree
  • List 226
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #9EB295DD...
  • Pull Request #1724
  • PR Base - develop (#93E346DD...)
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