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

Freegle / Iznik / 23976
72%

Build:
DEFAULT BRANCH: master
Ran 29 Jun 2026 11:44AM UTC
Jobs 4
Files 1324
Run time 4min
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 11:17AM UTC coverage: 71.405% (-0.006%) from 71.411%
23976

push

circleci

invalid-email-address
fix(chat): graceful reply errors instead of fatal "Oh Dear" page

Replying to a post whose messages row has been purged hit the
chat_messages.refmsgid -> messages.id FK on db.Create, which failed; the
handler only checked newid==0, threw away the real error, and returned a
generic 500. The apiv2 access log drops 500s and nothing reached Sentry, so
the failure was invisible. Diagnosed from user 40898048 / POST
/chat/20939833/message -> 500 (room created, message insert FK-failed, empty
room later purged).

Server (iznik-server-go/chat/chatmessage.go, CreateChatMessage):
- Guard refmsgid before insert: if the referenced message is missing or
  deleted, return 404 "refmsg_gone" instead of an FK 500 (mirrors the existing
  check in CreateChatMessageLoveJunk).
- Stop swallowing the db.Create error: check .Error and log it (chat, user,
  refmsgid) so this class of failure is diagnosable.

Frontend (iznik-nuxt3/components/ChatFooter.vue, send):
- The ongoing in-chat composer had no try/catch, so any non-2xx (this 500, and
  the widespread 403 not_in_reach) threw to the global error.vue page. Catch
  it: keep the typed text, reset sending, and show an inline notice
  (403 -> reaches-your-area, 404 -> no-longer-available, else -> generic).

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

11330 of 15074 branches covered (75.16%)

Branch coverage included in aggregate %.

5 of 43 new or added lines in 2 files covered. (11.63%)

131 existing lines in 6 files now uncovered.

124398 of 175007 relevant lines covered (71.08%)

37.22 hits per line

Uncovered Changes

Lines Coverage ∆ File
29
0.12
-0.0% iznik-nuxt3/components/ChatFooter.vue
9
86.83
-0.69% iznik-server-go/chat/chatmessage.go

Coverage Regressions

Lines Coverage ∆ File
63
62.07
1.03% iznik-nuxt3/stores/auth.js
57
83.76
0.14% iznik-batch/app/Services/Ripple/ExpandService.php
8
77.78
0.96% iznik-nuxt3/components/SomethingWentWrong.vue
1
94.77
0.0% iznik-batch/app/Services/AutoRepostService.php
1
95.24
0.0% iznik-nuxt3/components/ComposeGroup.vue
1
99.58
0.02% iznik-nuxt3/stores/misc.js
Jobs
ID Job ID Ran Files Coverage
23976 laravel - 23976 29 Jun 2026 11:44AM UTC 464
68.55
CircleCI Job 23976
23976 playwright - 23976 29 Jun 2026 11:45AM UTC 74
22.86
CircleCI Job 23976
23976 go - 23976 29 Jun 2026 11:44AM UTC 141
83.84
CircleCI Job 23976
23976 vitest - 23976 29 Jun 2026 11:45AM UTC 718
69.04
CircleCI Job 23976
Source Files on build 23976
  • Tree
  • List 1324
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #23976
  • 86b1d2a6 on github
  • Prev Build on master (#23949)
  • Next Build on master (#23996)
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