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

Freegle / Iznik / 4462
67%
master: 70%

Build:
Build:
LAST BUILD BRANCH: feature/eee-identification
DEFAULT BRANCH: master
Ran 17 Apr 2026 11:31AM UTC
Jobs 2
Files 795
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

16 Apr 2026 09:09PM UTC coverage: 66.998%. First build
4462

Pull #164

circleci

edwh
fix: V1 parity for Received logs — byuser=NULL, text=messageid, reserved keyword

The first cut of the Received log used byuser=myid and text="", and
used an unquoted `user` column name. V1's Message::submit() writes
byuser NULL, text=messageid, and the Log class backticks column names.

- message.go: add logMessageReceived helper that writes byuser=NULL
  and text=messages.messageid. Backtick `user` in logModAction too
  since it's a MySQL reserved word.
- Call the helper from handleJoinAndPost and PutMessage.
- Backfill SQL: backtick `user`, use COALESCE(messageid, '') for text,
  pass NULL for byuser, exclude soft-deleted mg rows, and match the
  dedupe predicate on (msgid, groupid) so multi-group messages backfill
  once per group.
- Strengthen the JoinAndPost test to assert byuser IS NULL and text
  equals the originating messageid.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #164: fix: add missing Message/Received log entries (V1 parity)

8617 of 9983 branches covered (86.32%)

Branch coverage included in aggregate %.

14 of 20 new or added lines in 1 file covered. (70.0%)

82500 of 126017 relevant lines covered (65.47%)

14.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
82.68
iznik-server-go/message/message.go
Jobs
ID Job ID Ran Files Coverage
4462 go - 4462 17 Apr 2026 11:31AM UTC 111
78.75
CircleCI Job 4462
4462 vitest - 4462 17 Apr 2026 11:31AM UTC 684
63.96
CircleCI Job 4462
Source Files on build 4462
  • Tree
  • List 795
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #4462
  • Pull Request #164
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