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

Freegle / Iznik / 10281 / 10281
70%
master: 70%

Build:
DEFAULT BRANCH: master
Ran 06 May 2026 06:01AM UTC
Files 231
Run time 8s
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: 46.63%. 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>

4718 of 10322 branches covered (45.71%)

Branch coverage included in aggregate %.

2075 of 4246 relevant lines covered (48.87%)

41.53 hits per line

Source Files on job playwright - 10281
  • Tree
  • List 231
  • Changed 226
  • Source Changed 0
  • Coverage Changed 226
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • 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