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

freeeve / roaringrange / 28063956522
85%

Build:
DEFAULT BRANCH: main
Ran 23 Jun 2026 11:25PM UTC
Jobs 1
Files 16
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

23 Jun 2026 11:24PM UTC coverage: 84.204%. Remained the same
28063956522

push

github

freeeve
refactor(go): rename core module to github.com/freeeve/roaringrange/go

The Go module lives in go/ but declared the bare path
github.com/freeeve/roaringrange, so the module proxy could serve the tags but not map
that import path to the package (it expects the path's go.mod at the repo root) — go get
failed with 'module found, but does not contain package', forcing every consumer onto a
local replace. Renaming the module to match its subdirectory location makes it
importable: external consumers can 'go get github.com/freeeve/roaringrange/go' and drop
the replace.

Updates the two in-repo satellite modules (conformance, examples/openalex) require +
replace to the new path and the three internal imports; their local replaces stay for
in-repo dev. Note: a subdirectory module's release tags must be subdir-prefixed — tag
'go/vX.Y.Z' to publish a consumable Go version (plain v* tags keep driving the
Rust/Python release).

1418 of 1684 relevant lines covered (84.2%)

26.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28063956522.1 23 Jun 2026 11:25PM UTC 16
84.2
GitHub Action Run
Source Files on build 28063956522
  • Tree
  • List 16
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28063956522
  • 7e982f77 on github
  • Prev Build on main (#28050876170)
  • Next Build on main (#28069865975)
  • Delete
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