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

uber / h3-go / 27663519309
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: justinhwang/forward-gnomonic-opt
DEFAULT BRANCH: master
Ran 17 Jun 2026 03:22AM UTC
Jobs 1
Files 10
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

17 Jun 2026 03:10AM UTC coverage: 100.0%. Remained the same
27663519309

Pull #127

github

justinhwang
feat: add pure-Go grid traversal (k-ring/disk/ring) to x/h3go

Implement the grid traversal family in pure Go, verified against the
cgo reference:

- GridDisk (+ method), GridDisksUnsafe
- GridDiskDistances / Unsafe / Safe (+ methods)
- GridRing / GridRingUnsafe (+ methods)
- Cell.IsNeighbor

The core is neighborRotations, which steps to an adjacent cell while
threading base-cell rotation state and pentagon distortion. The fast
("Unsafe") spiral fails near pentagons and falls back to a breadth-first
"Safe" traversal. Adds the base-cell neighbor/rotation tables and the
Class II/III digit-adjustment tables, plus ErrPentagon and a setBaseCell
helper.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #127: feat: add pure-Go grid traversal (k-ring/disk/ring) to x/h3go

361 of 361 new or added lines in 2 files covered. (100.0%)

2551 of 2551 relevant lines covered (100.0%)

2760278.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Go- - 27663519309.1 17 Jun 2026 03:22AM UTC 10
100.0
GitHub Action Run
Source Files on build 27663519309
  • Tree
  • List 10
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #127
  • PR Base - justinhwang/purego-phase-c (#27662712524)
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