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

stacklok / toolhive-studio / 27943384117
71%

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

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%)

13 of 23 new or added lines in 5 files covered. (56.52%)

7692 of 10860 relevant lines covered (70.83%)

115.8 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
50.0
-50.0% main/src/db/telemetry.ts
1
5.0
-0.26% main/src/db/migrator.ts
Jobs
ID Job ID Ran Files Coverage
1 27943384117.1 22 Jun 2026 09:39AM UTC 520
70.83
GitHub Action Run
Source Files on build 27943384117
  • 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 Repo
  • Github Actions Build #27943384117
  • 6a63975f on github
  • Prev Build on main (#27784813883)
  • Next Build on main (#28161238241)
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