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

Freegle / Iznik / 5071
70%

Build:
DEFAULT BRANCH: master
Ran 19 Apr 2026 11:09AM UTC
Jobs 4
Files 988
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

19 Apr 2026 10:49AM UTC coverage: 71.546% (+0.03%) from 71.519%
5071

push

circleci

invalid-email-address
fix(donations): distinguish PayPal/Stripe/external in thank-you email

V1 had three separate "please thank" emails worded according to the
donation source:

  - donations.php PUT     → "via an external donation"
  - donateipn.php (PayPal)→ "via PayPal Donate"
  - stripeipn.php         → "via Stripe"

V2 had collapsed all three into a single email_donate_external task
using DonateExternalMail, which hardcoded "via an external donation" —
so real PayPal and Stripe donors were being mislabelled as external.

- Go: PayPal IPN, Stripe IPN, and manual external all now pass a
  source field ('paypal' / 'stripe' / 'external') on the queued task.
- Laravel: DonateExternalMail reads source (defaults to external for
  backwards compat on older queued tasks) and renders the appropriate
  channel phrase in subject and MJML body.
- Tests: Vitest-side expectations for all three sources in
  ProcessBackgroundTasksCommandTest; Go-side assertions added in
  paypalipn_test, stripeipn_test, and donations_test confirming the
  queued task carries the right source value.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

13290 of 20278 branches covered (65.54%)

Branch coverage included in aggregate %.

12 of 13 new or added lines in 5 files covered. (92.31%)

11 existing lines in 3 files now uncovered.

95792 of 132187 relevant lines covered (72.47%)

21.81 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
52.78
45.63% iznik-batch/app/Mail/Donation/DonateExternalMail.php

Coverage Regressions

Lines Coverage ∆ File
6
66.07
-19.64% iznik-nuxt3/pages/stats/heatmap.vue
3
81.67
-0.53% iznik-server-go/microvolunteering/microvolunteering.go
2
70.84
1.38% iznik-nuxt3/components/PostMap.vue
Jobs
ID Job ID Ran Files Coverage
5071 laravel - 5071 19 Apr 2026 11:09AM UTC 180
66.65
CircleCI Job 5071
5071 playwright - 5071 19 Apr 2026 11:09AM UTC 229
45.26
CircleCI Job 5071
5071 vitest - 5071 19 Apr 2026 11:09AM UTC 685
64.43
CircleCI Job 5071
5071 go - 5071 19 Apr 2026 11:09AM UTC 118
80.27
CircleCI Job 5071
Source Files on build 5071
  • Tree
  • List 988
  • Changed 22
  • Source Changed 0
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5071
  • 36f9c15a on github
  • Prev Build on master (#5055)
  • Next Build on master (#5111)
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