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

Freegle / Iznik / 24970 / 24970
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 05 Jul 2026 02:22PM UTC
Files 477
Run time 9s
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

05 Jul 2026 01:57PM UTC coverage: 68.816% (+0.005%) from 68.811%
24970

push

circleci

invalid-email-address
fix(digest): stamp lastsent on a pinned-only daily digest (stop re-send flood)

Incident 2026-07-05: 67 members received the daily digest up to ~198 times.
Cause: the daily digest always includes a pinned post (a940e6631), but pinned
posts are never part of the cursor set. sendDigest called
updateDigestTracker($allPosts), which only stamps users_digests.lastsent when it
has cursor posts. A user whose digest contained ONLY a pinned post therefore got
the email sent but lastsent left unstamped, so the once-per-London-day guard
(lastsent >= today) never fired and the everyMinute daily run re-sent them every
tick.

updateDigestTracker now takes emailWasSent; when true and there are no cursor
posts it still stamps lastsent (the cursor msgid/msgdate correctly stays put, as
a pinned post has no cursor entry). The daily send site passes true, since an
email is always sent once past the no_posts guards. The no-send paths keep the
default (false) so users we didn't mail are never marked sent.

Test: updateDigestTracker stamps lastsent with empty posts + emailWasSent=true,
and does not when false.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015DQRL5iGD71jNTgyokMpt9

26483 of 38484 relevant lines covered (68.82%)

19.57 hits per line

Source Files on job laravel - 24970
  • Tree
  • List 477
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24970
  • CircleCI Build #24970
  • b32c9a47 on github
  • Prev Job for on master (#24934)
  • Next Job for on master (#24990)
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