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

stacklok / toolhive-studio / 27943384117 / 1
71%
main: 71%

Build:
DEFAULT BRANCH: main
Ran 22 Jun 2026 09:39AM UTC
Files 520
Run time 23s
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

22 Jun 2026 09:35AM UTC coverage: 70.829% (-0.04%) from 70.87%
27943384117.1

push

github

web-flow
fix(newsletter): stop dismissal re-pop loop and add DB write observability (#2324)

* fix(newsletter): stop dismissal re-pop loop and add DB write observability

The newsletter modal re-pops because the dismissal is never persisted when the
SQLite write fails silently. First step of #2321:

- setNewsletterDismissedAt now reports whether the dismissal was actually
  persisted. The renderer suppresses the modal for the rest of the session only
  when it wasn't — stopping the in-session re-pop loop on a read-only DB or a
  failed write, while leaving the normal (persisted) flow unchanged.
- Instrument DB write failures in Sentry, separating Bucket A (read-only DB:
  on-disk schema newer than the app, captured in the migrator with applied vs
  known schema) from Bucket B (the write threw, captured with the SQLite error
  code). os.name / release are attached automatically. Today these failures are
  invisible — Bucket A doesn't even produce a local log.

Refs #2321

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* refactor(db): use a stable Sentry message for read-only telemetry

Address PR review: the schema versions were interpolated into the
captureMessage string, which Sentry uses for grouping and would fragment
the signal into a separate issue per schema combo. Use a fixed message and
keep the versions in extras.

Refs #2321

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

5206 of 7964 branches covered (65.37%)

7692 of 10860 relevant lines covered (70.83%)

115.8 hits per line

Source Files on job 27943384117.1
  • Tree
  • List 520
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 27943384117
  • 6a63975f on github
  • Prev Job for on main (#27784813883.1)
  • Next Job for on main (#28161238241.1)
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