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

uber / h3-go / 27644218329
100%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2026 07:57PM UTC
Jobs 1
Files 7
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 07:57PM UTC coverage: 100.0%. Remained the same
27644218329

push

github

web-flow
feat: add pure-Go index introspection & hierarchy to x/h3go (#124)

Extend the cgo-free x/h3go reimplementation to cover the index
introspection and hierarchy API, all operating on the H3 index bit
layout with no geometric projection:

- introspection: BaseCellNumber, IsValid, IsPentagon, IsResClassIII,
  IndexDigit, NumCells
- hierarchy: Parent/ImmediateParent, Children/ImmediateChildren/
  CenterChild, CellToChildPos/ChildPosToCell, CompactCells/UncompactCells
- sets: Res0Cells, Pentagons
- conversions: IndexFromString/IndexToString, CellFromString/CellToString,
  MarshalText/UnmarshalText

Source is split by concern (index.go, hierarchy.go, sets.go, convert.go,
latlng.go, faceijk.go) over the shared core in h3go.go. childCells is a
native iter.Seq iterator. Add NumBaseCells/NumPentagons to internal/h3core.

Tests: in-package tests are white-box (package h3go) and self-sufficient,
co-located per source file, table-driven where applicable, with 100%
per-package statement coverage. Cross-implementation parity tests against
the cgo reference live in x/h3go/paritytest.

827 of 827 new or added lines in 6 files covered. (100.0%)

1704 of 1704 relevant lines covered (100.0%)

522659.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Go- - 27644218329.1 16 Jun 2026 07:57PM UTC 7
100.0
GitHub Action Run
Source Files on build 27644218329
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 386d31a3 on github
  • Prev Build on master (#27581672773)
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