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

Freegle / Iznik / 23996 / 23996
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 29 Jun 2026 02:52PM UTC
Files 464
Run time 13s
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

29 Jun 2026 02:31PM UTC coverage: 68.511% (-0.04%) from 68.546%
23996

push

circleci

invalid-email-address
fix(verify): re-send email verification for an existing UNVALIDATED address

handleEmailVerify short-circuited on ANY address already on the user's account:
it made the row primary and returned WITHOUT sending the confirmation mail. So a
user whose address was attached but never validated (validated IS NULL) could
never get a verification mail - every "save/verify" click just re-made it primary
and returned. The user kept clicking "send verification", saw the UI confirmation,
but no mail ever left (confirmed on the relay: zero send attempts for the address
on the days they clicked, while ordinary notifications to it delivered fine).

Fix: only skip re-sending when the existing row is already validated. An
unvalidated existing row now falls through to (re)generate a validatekey and spool
the VerifyEmailMail, exactly like a brand-new address.

Verified live: queued a fresh email_verify task for the stuck user; the handler
fell through, wrote a new validatekey, and the relay logged the "Please verify
your email" message to the address with status=sent (250 ok).

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

25469 of 37175 relevant lines covered (68.51%)

17.72 hits per line

Source Files on job laravel - 23996
  • Tree
  • List 464
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23996
  • CircleCI Build #23996
  • 70e0b8a7 on github
  • Prev Job for on master (#23976)
  • Next Job for on master (#24006)
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