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

Freegle / Iznik / 10281 / 10281
73%
master: 73%

Build:
DEFAULT BRANCH: master
Ran 06 May 2026 06:01AM UTC
Files 180
Run time 5s
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

06 May 2026 05:44AM UTC coverage: 68.446%. First build
10281

push

circleci

invalid-email-address
fix(v2): drop gorm:"->" on Ljuserid — breaks LJ user create

e060ceaf3 marked Ljuserid as read-only to mirror Tnuserid, but the LJ
auth flow writes this column via db.Create(&ljuser) (user/auth.go:58)
when first creating an LJ-linked user. The read-only tag silently
omitted ljuserid from the INSERT, so the next LJ call could not find
the user (SELECT ... WHERE ljuserid = ?) and created a fresh duplicate.
TestCreateChatMessageLoveJunk caught this: a ban applied to the
original user did not catch the duplicate, so the second LJ POST
returned 200 instead of 403.

Tnuserid escapes this because it's only written via raw UPDATE SQL
(user.go:2522) — never via the struct.

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

11230 of 16407 relevant lines covered (68.45%)

16.28 hits per line

Source Files on job laravel - 10281
  • Tree
  • List 180
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10281
  • CircleCI Build #10281
  • ab78b0c4 on github
  • Next Job for on master (#10291)
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