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

Freegle / Iznik / 12171
73%

Build:
DEFAULT BRANCH: master
Ran 10 May 2026 11:22AM UTC
Jobs 3
Files 1070
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

10 May 2026 09:28AM UTC coverage: 69.155% (-3.7%) from 72.889%
12171

push

circleci

invalid-email-address
perf(microvolunteering): hoist eligibility filter outside per-message loop

V1 (cron/microvolunteering.php → MicroVolunteering::notifyForMessages())
ran a `memberships ⨝ users LEFT JOIN users_notifications … ORDER BY RAND()
LIMIT 10` candidate query for every pending/approved message — ~1900
queries per run, each evaluating the LEFT JOIN against `users_notifications`
for every member of the group. Cron tick took ~3 minutes.

Refactored to:

  1. One run-wide SELECT building {touser => true} for users with any
     microvolunteering Exhort notification in the last 24 h. This is the
     filter the per-message LEFT JOIN was implementing — pulling it out
     means subsequent per-message work can do it in O(1) PHP lookups.
  2. Per (group, collection-type), one SELECT for the active member pool
     (memberships ⨝ users with lastaccess/trust/role predicates only).
     Cached for the run.
  3. Per message, an in-PHP filter (drop poster, anyone in
     notifiedThisRun, anyone in alreadyNotifiedToday) followed by
     array_rand for the random sample. No DB.

Same fairness property as V1 — uniform random sampling per message —
and the MAX_PER_USER existence-check stays in the inner loop. The
schedule is restored to V1's `*/5` (the merge had set it to hourly,
which would have let messages wait up to an hour for review attention).

Live dry-run on prod went from ~3 min (V1 cadence) to ~21 s.

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

9133 of 10566 branches covered (86.44%)

Branch coverage included in aggregate %.

41 of 47 new or added lines in 1 file covered. (87.23%)

11935 existing lines in 141 files now uncovered.

102452 of 150790 relevant lines covered (67.94%)

19.58 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
88.1
iznik-batch/app/Services/MicrovolunteeringNotifyService.php

Coverage Regressions

Lines Coverage ∆ File
725
0.0
-45.97% iznik-nuxt3/components/ChatFooter.vue
619
0.0
-41.92% iznik-nuxt3/pages/stats/[[groupname]].vue
585
0.0
-30.82% iznik-nuxt3/pages/browse/[[term]].vue
346
0.0
-64.04% iznik-nuxt3/components/LayoutCommon.vue
339
0.0
-54.17% iznik-nuxt3/components/ChatPane.vue
337
50.18
-22.12% iznik-nuxt3/components/PostMap.vue
313
0.0
-62.07% iznik-nuxt3/pages/give/mobile/details.vue
301
0.0
-4.83% iznik-nuxt3/pages/giftaid.vue
274
63.87
-18.62% iznik-nuxt3/components/LoginModal.vue
272
0.0
-50.91% iznik-nuxt3/pages/find/mobile/details.vue
271
0.0
-88.3% iznik-nuxt3/pages/about.vue
217
0.0
-47.46% iznik-nuxt3/pages/volunteerings/[[groupid]].vue
211
0.0
-47.46% iznik-nuxt3/pages/communityevents/[[groupid]].vue
204
0.0
-48.08% iznik-nuxt3/pages/index.vue
200
0.0
-78.69% iznik-nuxt3/pages/promote.vue
181
0.0
-67.57% iznik-nuxt3/pages/stories/[[groupid]].vue
174
0.0
-79.31% iznik-nuxt3/pages/donate.vue
172
62.54
-14.24% iznik-nuxt3/pages/chats/[[id]].vue
169
0.0
-76.81% iznik-nuxt3/pages/give/whoami.vue
162
0.0
-70.83% iznik-nuxt3/pages/give/options.vue
156
0.0
-73.33% iznik-nuxt3/pages/find/whoami.vue
153
0.0
-98.98% iznik-nuxt3/pages/privacy.vue
150
0.0
-72.73% iznik-nuxt3/pages/find/mobile/whereami.vue
150
0.0
-48.05% iznik-nuxt3/pages/give/mobile/whereami.vue
149
0.0
-93.18% iznik-nuxt3/pages/partnerships.vue
145
61.41
-12.34% iznik-nuxt3/components/OurUploader.vue
141
0.0
-69.12% iznik-nuxt3/pages/give/mobile/options.vue
141
0.0
-66.07% iznik-nuxt3/pages/stats/heatmap.vue
138
0.0
-48.08% iznik-nuxt3/pages/jobs.vue
137
73.73
7.99% iznik-nuxt3/components/VolunteerOpportunityModal.vue
135
26.4
-20.88% iznik-nuxt3/components/OurPrebidDa.vue
134
53.5
-26.5% iznik-nuxt3/components/ExternalDa.vue
132
0.0
-50.88% iznik-nuxt3/pages/shortlinks/index.vue
127
72.64
-8.49% iznik-nuxt3/components/PhotoUploader.vue
121
67.64
-4.78% iznik-nuxt3/components/StripeDonate.vue
118
0.0
-88.89% iznik-nuxt3/pages/NationalReuseDay.vue
113
77.68
11.1% iznik-nuxt3/components/CommunityEventModal.vue
112
0.0
-82.93% iznik-nuxt3/pages/find/index.vue
110
0.0
-82.93% iznik-nuxt3/pages/give/index.vue
109
0.0
-15.91% iznik-nuxt3/pages/help.vue
108
0.0
-65.22% iznik-nuxt3/pages/settings/index.vue
100
72.86
-16.25% iznik-nuxt3/components/MessageReplySection.vue
96
75.99
-8.1% iznik-nuxt3/components/PostMapAndList.vue
90
54.23
-10.06% iznik-nuxt3/components/OurPlaywireDa.vue
87
61.29
-28.8% iznik-nuxt3/components/EmailValidator.vue
85
0.0
-84.62% iznik-nuxt3/pages/give/whereami.vue
84
64.64
0.37% iznik-nuxt3/components/AddressModal.vue
84
0.0
-54.29% iznik-nuxt3/pages/forgot.vue
84
0.0
-97.92% iznik-nuxt3/pages/security.vue
82
0.0
-2.86% iznik-nuxt3/pages/adsoff.vue
82
0.0
-83.33% iznik-nuxt3/pages/find/whereami.vue
81
35.11
-49.42% iznik-nuxt3/components/PlaceAutocomplete.vue
80
88.1
4.85% iznik-nuxt3/components/MessageExpanded.vue
79
0.0
-55.56% iznik-nuxt3/pages/explore/[groupid]/[[msgid]].vue
75
0.0
-73.91% iznik-nuxt3/pages/find/mobile/photos.vue
75
0.0
-86.96% iznik-nuxt3/pages/give/mobile/photos.vue
71
81.42
-3.88% iznik-nuxt3/components/AutoComplete.vue
70
45.24
-21.43% iznik-nuxt3/components/AddToCalendar.vue
70
0.0
-94.12% iznik-nuxt3/pages/disclaimer.vue
69
0.0
0.0% iznik-nuxt3/pages/post.vue
67
0.0
-50.0% iznik-nuxt3/pages/explore/[[id]].vue
66
69.1
-0.59% iznik-batch/app/Services/WhatJobsService.php
66
80.78
0.14% iznik-nuxt3/components/MicroVolunteering.vue
65
0.0
-59.52% iznik-nuxt3/pages/marketing-optout.vue
64
0.0
-44.44% iznik-nuxt3/pages/explore/place/[place].vue
58
68.24
-15.3% iznik-nuxt3/components/PostCode.vue
57
0.0
-48.48% iznik-nuxt3/components/FreeglerPhotoGrid.vue
55
0.0
-92.31% iznik-nuxt3/pages/mobile.vue
52
0.0
-53.33% iznik-nuxt3/pages/stats/authorities.vue
51
0.0
-85.71% iznik-nuxt3/pages/stories/summary.vue
49
70.75
0.33% iznik-nuxt3/components/OurGoogleDa.vue
48
65.56
-24.3% iznik-nuxt3/components/ChatButton.vue
42
93.4
8.67% iznik-nuxt3/components/MyMessage.vue
40
82.83
-3.52% iznik-nuxt3/components/MessageEditModal.vue
39
79.44
-4.5% iznik-nuxt3/components/PostFilters.vue
36
77.25
-2.85% iznik-nuxt3/pages/message/[id].vue
35
86.25
-5.05% iznik-nuxt3/components/NavbarMobile.vue
32
83.8
13.39% iznik-nuxt3/components/OutcomeBy.vue
30
86.11
6.37% iznik-nuxt3/components/IsoChrone.vue
28
0.0
-90.0% iznik-nuxt3/pages/terms.vue
27
0.0
-50.0% iznik-nuxt3/pages/donated.vue
25
81.94
-14.41% iznik-nuxt3/components/InfiniteLoading.vue
25
79.86
-16.49% iznik-nuxt3/components/SpinButton.vue
24
85.82
16.41% iznik-nuxt3/components/JobOne.vue
24
0.0
-50.0% iznik-nuxt3/pages/unsubscribe/unsubscribed.vue
23
79.27
2.77% iznik-nuxt3/components/PinchMe.vue
22
88.46
7.45% iznik-nuxt3/components/MyPostsPostsList.vue
21
89.57
7.02% iznik-nuxt3/components/OutcomeModal.vue
19
67.44
-13.02% iznik-nuxt3/components/OrientationFettler.vue
19
74.79
12.12% iznik-nuxt3/components/SomethingWentWrong.vue
19
86.9
-4.52% iznik-nuxt3/pages/myposts.vue
18
87.89
-5.16% iznik-nuxt3/components/OurMessage.vue
17
86.91
5.88% iznik-nuxt3/components/ChatMessageText.vue
17
83.22
-3.71% iznik-nuxt3/components/GoogleOneTap.vue
16
88.08
-0.85% iznik-nuxt3/components/MessageHistory.vue
16
82.09
1.27% iznik-nuxt3/components/PostPhoto.vue
14
90.31
3.45% iznik-nuxt3/components/UserRatings.vue
12
94.33
6.36% iznik-nuxt3/components/ChatMessageInterested.vue
10
94.78
7.17% iznik-nuxt3/components/ActivityGraph.vue
10
83.64
0.71% iznik-nuxt3/components/MobileVisualiseList.vue
10
72.73
-14.11% iznik-nuxt3/components/ProxyImage.vue
10
93.96
6.56% iznik-nuxt3/components/settings/ProfileSection.vue
9
90.91
23.32% iznik-nuxt3/components/ChatMessage.vue
9
75.0
-22.5% iznik-nuxt3/components/ContactDetailsAskModal.vue
9
90.43
-1.23% iznik-nuxt3/components/NotificationOptions.vue
9
92.2
3.78% iznik-nuxt3/components/PostMessageTablet.vue
9
92.86
21.95% iznik-nuxt3/components/VolunteerOpportunity.vue
8
88.89
7.45% iznik-nuxt3/components/ClusterMarker.vue
8
90.0
-4.35% iznik-nuxt3/components/InviteSomeone.vue
8
95.47
11.69% iznik-nuxt3/components/MyMessageReply.vue
7
88.16
-0.08% iznik-nuxt3/components/PasswordEntry.vue
7
85.19
-7.12% iznik-nuxt3/components/SidebarLeft.vue
5
89.55
-8.98% iznik-nuxt3/components/BreakpointFettler.vue
5
92.5
0.95% iznik-nuxt3/components/ChatListEntry.vue
5
65.63
-10.69% iznik-nuxt3/components/ExternalLink.vue
5
93.27
4.9% iznik-nuxt3/components/JobsDaSlot.vue
5
94.35
1.45% iznik-nuxt3/components/ProfileImage.vue
4
89.71
7.27% iznik-nuxt3/components/DeletedRestore.vue
4
90.0
9.23% iznik-nuxt3/components/GroupRememberSelect.vue
4
98.6
9.57% iznik-nuxt3/components/HelpChatFlow.vue
4
93.94
9.39% iznik-nuxt3/components/ImageCarousel.vue
4
97.73
5.55% iznik-nuxt3/components/PostItem.vue
4
97.45
3.42% iznik-nuxt3/components/VueThermometer.vue
3
96.89
5.65% iznik-nuxt3/components/GroupSelect.vue
3
86.67
-10.3% iznik-nuxt3/components/VisibleWhen.vue
2
90.48
-4.76% iznik-batch/app/Console/Commands/Mail/SendModNotifsCommand.php
2
97.76
26.57% iznik-nuxt3/components/ChatMessagePromised.vue
2
95.96
16.41% iznik-nuxt3/components/ChatMessageSummary.vue
2
95.29
12.47% iznik-nuxt3/components/ComposeGroup.vue
2
99.38
1.57% iznik-nuxt3/components/NavbarDesktop.vue
2
88.0
-7.65% iznik-nuxt3/components/OurDatePicker.vue
2
93.75
-6.25% iznik-nuxt3/components/OurToggle.vue
2
96.88
3.88% iznik-nuxt3/components/OurUploadedImage.vue
1
93.75
18.75% iznik-nuxt3/components/BouncingEmail.vue
1
97.44
18.92% iznik-nuxt3/components/ChatMessageAddress.vue
1
98.46
20.41% iznik-nuxt3/components/ChatMessageCompleted.vue
1
99.51
23.28% iznik-nuxt3/components/CommunityEvent.vue
1
94.0
5.86% iznik-nuxt3/components/ExploreGroup.vue
1
97.85
13.95% iznik-nuxt3/components/MessageModal.vue
1
95.65
3.99% iznik-nuxt3/components/ProfileModal.vue
1
98.71
23.71% iznik-nuxt3/components/StoryOne.vue
Jobs
ID Job ID Ran Files Coverage
12171 laravel - 12171 10 May 2026 11:22AM UTC 265
70.13
CircleCI Job 12171
12171 go - 12171 10 May 2026 11:21AM UTC 121
81.28
CircleCI Job 12171
12171 vitest - 12171 10 May 2026 11:22AM UTC 684
65.59
CircleCI Job 12171
Source Files on build 12171
  • Tree
  • List 1070
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #12171
  • bdfc3e6f on github
  • Prev Build on master (#11933)
  • Next Build on master (#12501)
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