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

livetribe / yama / 30305284310 / 1
68%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v2
DEFAULT BRANCH: master
Ran 27 Jul 2026 09:04PM UTC
Files 28
Run time 1s
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

27 Jul 2026 09:04PM UTC coverage: 65.017%. Remained the same
30305284310.1

push

github

maguro
Discover public packages by walking the module for API-surface checks

The API-surface guard against accidental exports named its one
covered package by hand, so a new public package (like rt sitting
alongside the root package) had no coverage at all — it would leak
without the test ever noticing. TestAPISurface now loads every
package under ./..., keeps only the ones that are actually public
(dropping internal/ packages, which the compiler already seals off,
and main packages, which are never importable), and checks each one
against its own golden file named by import path. A newly introduced
public package is caught the moment it appears, because its subtest
fails outright until a golden is deliberately generated for it.

TestInternalBridgeNotImportableFromExternalModule and its
testdata/externalmod fixture module are removed along with it: that
test spent a full subprocess build proving Go's own internal/
import-path rule holds, a guarantee the toolchain already enforces
unconditionally and that this repo has no way to circumvent. The
golden-surface check now covers what could actually regress instead.

959 of 1475 relevant lines covered (65.02%)

37.13 hits per line

Source Files on job 30305284310.1
  • Tree
  • List 28
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30305284310
  • 22ba7daf on github
  • Prev Job for on v2 (#30291040628.1)
  • Next Job for on v2 (#30308752751.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc