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

Freegle / Iznik / 5619
72%
master: 70%

Build:
Build:
LAST BUILD BRANCH: feature/eee-identification
DEFAULT BRANCH: master
Ran 23 Apr 2026 11:28AM UTC
Jobs 3
Files 809
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 11:08AM UTC coverage: 72.155% (+4.3%) from 67.813%
5619

Pull #239

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 Sonnet 4.6 <noreply@anthropic.com>
Pull Request #239: fix(nuxt3): add loading=lazy to NuxtPicture for externaluid images

13375 of 20279 branches covered (65.95%)

Branch coverage included in aggregate %.

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

357 existing lines in 5 files now uncovered.

85370 of 116572 relevant lines covered (73.23%)

22.28 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
25
90.18
0.0% iznik-server-go/group/groupWork.go
17
79.97
-1.27% iznik-server-go/session/session.go
2
99.59
0.01% iznik-nuxt3/modtools/components/ModSettingsGroup.vue
Jobs
ID Job ID Ran Files Coverage
5619 vitest - 5619 23 Apr 2026 11:28AM UTC 686
64.59
CircleCI Job 5619
5619 playwright - 5619 23 Apr 2026 11:28AM UTC 227
45.66
CircleCI Job 5619
5619 go - 5619 23 Apr 2026 11:28AM UTC 118
80.47
CircleCI Job 5619
Source Files on build 5619
  • Tree
  • List 809
  • Changed 227
  • Source Changed 0
  • Coverage Changed 227
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #5619
  • Pull Request #239
  • PR Base - master (#5603)
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