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

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

Build:
Build:
LAST BUILD BRANCH: justinhwang/forward-gnomonic-opt
DEFAULT BRANCH: master
Ran 16 Jun 2026 08:53PM UTC
Jobs 1
Files 8
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

16 Jun 2026 08:50PM UTC coverage: 100.0%. Remained the same
27647386888

Pull #125

github

justinhwang
feat: add pure-Go CellToLatLng & CellToBoundary to x/h3go

Implement the reverse projection pipeline in pure Go: CellToLatLng
(+ Cell.LatLng) and CellToBoundary (+ Cell.Boundary), with the supporting
FaceIJK/coordIJK/vec2d/vec3d geometry, substrate grids, and overage
adjustment. Verified against the cgo reference via paritytest and by
LatLngToCell round-trips, with regression cases ported from the C tests.

Refactors applied across the package:
- Convert input-parameter helpers to methods on their natural receiver type,
  with one canonical receiver name per type.
- Inline pure-delegation unexported helpers into their exported methods
  (resolution, baseCellNumber, isPentagon); collapse isValid's guard in.
- Add isResClassIII(res) helper, replacing scattered %2 == 1 checks.
- Exclude mnd for x/h3go via path-scoped .golangci.yml rule (geometric and
  bit-layout constants are inherent, not magic) and drop the now-unused
  //nolint:mnd directives; keep gosec.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #125: feat: add pure-Go CellToLatLng & CellToBoundary to x/h3go

616 of 616 new or added lines in 7 files covered. (100.0%)

2102 of 2102 relevant lines covered (100.0%)

1578843.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Go- - 27647386888.1 16 Jun 2026 08:53PM UTC 8
100.0
GitHub Action Run
Source Files on build 27647386888
  • Tree
  • List 8
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #125
  • PR Base - master (#27644218329)
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