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

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

Build:
Build:
LAST BUILD BRANCH: fix/v2-code-review-fixes
DEFAULT BRANCH: master
Ran 19 Feb 2026 09:09AM UTC
Files 69
Run time 2s
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%
787

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

7535 of 10302 relevant lines covered (73.14%)

9.25 hits per line

Source Files on job 787
  • Tree
  • List 69
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • CircleCI Build #787
  • 1ace3621 on github
  • Prev Job for on feature/v2-noticeboard-writes (#757)
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