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

Freegle / iznik-server-go / b8dfd137-f3d2-46dd-b421-6235ed793365
73%
master: 89%

Build:
Build:
LAST BUILD BRANCH: fix/v2-code-review-fixes
DEFAULT BRANCH: master
Ran 19 Feb 2026 09:09AM UTC
Jobs 1
Files 69
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

19 Feb 2026 08:55AM UTC coverage: 73.141% (+0.1%) from 73.031%
b8dfd137-f3d2-46dd-b421-6235ed793365

Pull #25

circleci

edwh
fix: Fix noticeboards_checks INSERT and FK constraint violations

Two issues causing CI test failures:

1. noticeboards_checks.inactive is NOT NULL without a DEFAULT, and
   STRICT_TRANS_TABLES is enabled. INSERTs for Refreshed, Declined, and
   Comments actions were missing the inactive column, causing DB errors.
   Fixed by explicitly setting inactive=0 in those INSERTs.

2. PostNoticeboard passed myid=0 as addedby when user is not logged in,
   violating the FK constraint to users(id). Fixed by using NULL when
   myid is 0, matching the column's DEFAULT NULL.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #25: feat: Noticeboard POST and PATCH v2 API

115 of 142 new or added lines in 2 files covered. (80.99%)

7535 of 10302 relevant lines covered (73.14%)

9.25 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
27
78.23
noticeboard/noticeboard.go
Jobs
ID Job ID Ran Files Coverage
787 787 19 Feb 2026 09:09AM UTC 69
73.14
CircleCI Job 787
Source Files on build b8dfd137-f3d2-46dd-b421-6235ed793365
  • Tree
  • List 69
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #B8DFD137...
  • Pull Request #25
  • PR Base - feature/v2-group-patch (#D22D74D5...)
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