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

Freegle / Iznik / 5635
72%
master: 70%

Build:
Build:
LAST BUILD BRANCH: feature/eee-identification
DEFAULT BRANCH: master
Ran 23 Apr 2026 02:15PM UTC
Jobs 4
Files 989
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

23 Apr 2026 01:45PM UTC coverage: 71.563% (+3.8%) from 67.791%
5635

Pull #232

circleci

edwh
fix(nuxt3): add loading=lazy to NuxtPicture for externaluid images in MessageSummary

Images with externaluid (Uploadcare) were loaded eagerly because the NuxtPicture
component had no `loading` attribute, unlike OurUploadedImage and ProxyImage which
both correctly default to loading="lazy". On slow mobile connections (e.g. Honor 200
lite on 4G) this caused all 10 visible post images to download simultaneously,
saturating bandwidth and freezing the page for 30+ seconds.

Fix: add `:loading="preload ? 'eager' : 'lazy'"` to match the existing pattern used
by OurUploadedImage and ProxyImage. First two cards (preload=true) still load eagerly
for above-fold LCP; remaining cards are lazy as intended.

Tests: two new assertions in MessageSummary.spec.js and MessageSummaryLazyLoading.spec.js
confirm the :loading attribute is present in the externaluid NuxtPicture block.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Pull Request #232: test(coverage): unit tests for utils package — Flex types, Blur, TidyName, Haversine

13361 of 20296 branches covered (65.83%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

345 existing lines in 5 files now uncovered.

96192 of 132791 relevant lines covered (72.44%)

21.46 hits per line

Coverage Regressions

Lines Coverage ∆ File
226
84.65
-0.2% iznik-server-go/message/message.go
87
89.72
-0.01% iznik-server-go/user/user.go
29
61.61
1.61% iznik-batch/app/Services/PostcodeRemapService.php
2
99.59
0.01% iznik-nuxt3/modtools/components/ModSettingsGroup.vue
1
40.35
-1.75% iznik-batch/app/Services/Mail/Incoming/IncomingArchiveService.php
Jobs
ID Job ID Ran Files Coverage
5635 go - 5635 23 Apr 2026 02:15PM UTC 118
80.47
CircleCI Job 5635
5635 laravel - 5635 23 Apr 2026 02:15PM UTC 180
66.65
CircleCI Job 5635
5635 vitest - 5635 23 Apr 2026 02:16PM UTC 686
64.59
CircleCI Job 5635
5635 playwright - 5635 23 Apr 2026 02:16PM UTC 227
45.42
CircleCI Job 5635
Source Files on build 5635
  • Tree
  • List 989
  • Changed 230
  • Source Changed 0
  • Coverage Changed 230
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5635
  • Pull Request #232
  • PR Base - master (#5487)
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