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

Freegle / Iznik / 22805
72%

Build:
DEFAULT BRANCH: master
Ran 22 Jun 2026 09:33AM UTC
Jobs 4
Files 1306
Run time 3min
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

22 Jun 2026 09:07AM UTC coverage: 71.002% (-0.1%) from 71.141%
22805

push

circleci

edwh
fix(spatial): let admin upsert seed an index when none is loaded

The empty-index guard (never serve a 0-row index) left state.idx nil whenever
the startup build produced no rows — e.g. an empty test database. The admin
upsert endpoint is the integration-test seeding path (decoupled from the MySQL
rebuild by design), but it went through withIndex and so returned 503 'dataset
not ready', breaking all 13 Tests\Feature\Newsfeed\SendDigestCommandTest cases
that seed geometry via upsert.

ensureIndex() lazily creates an empty in-memory index for the upsert path: the
seed populates it immediately, so KNN never sees a 0-row index this way, and the
production rebuild/startupLoad guards that refuse to SERVE an empty MySQL-built
index are untouched. In-memory keeps it off disk so a later startupLoad can't
adopt it and it can't race a rebuild's file rename.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BwCp1yQaenemddKcqQBkTM

11054 of 14695 branches covered (75.22%)

Branch coverage included in aggregate %.

120735 of 170917 relevant lines covered (70.64%)

36.26 hits per line

Coverage Regressions

Lines Coverage ∆ File
88
83.81
1.34% iznik-batch/app/Services/UnifiedDigestService.php
2
92.0
-4.0% iznik-batch/app/Console/Commands/Mail/SendModNotifsCommand.php
Jobs
ID Job ID Ran Files Coverage
22805 vitest - 22805 22 Jun 2026 09:33AM UTC 712
68.75
CircleCI Job 22805
22805 playwright - 22805 22 Jun 2026 09:33AM UTC 73
22.96
CircleCI Job 22805
22805 go - 22805 22 Jun 2026 09:33AM UTC 137
83.14
CircleCI Job 22805
22805 laravel - 22805 22 Jun 2026 09:33AM UTC 456
68.09
CircleCI Job 22805
Source Files on build 22805
  • Tree
  • List 1306
  • Changed 78
  • Source Changed 0
  • Coverage Changed 78
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #22805
  • a48482dc on github
  • Prev Build on master (#22794)
  • Next Build on master (#22832)
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