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

tarantool / go-storage / 25115022225
93%
master: 90%

Build:
Build:
LAST BUILD BRANCH: g.rybakov/tntp-7780-fix-admin-for-connect
DEFAULT BRANCH: master
Ran 29 Apr 2026 02:32PM UTC
Jobs 1
Files 39
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

29 Apr 2026 02:31PM UTC coverage: 92.617% (-0.4%) from 93.033%
25115022225

push

github

bigbes
integrity: add Codec[T] and CodecBuilder[T]

Introduce Codec[T] (schema-only, no storage handle) and CodecBuilder[T]
with a fluent value-receiver API mirroring TypedBuilder[T].

- Build() returns (*Codec[T], error); namer.NewLayeredNamer already
  returns an error, so bubbling it is more honest than panicking and
  matches Go conventions.
- Three separate namer instances are constructed (generator, validator,
  top-level) with signer-only / verifier-only / signer∪verifier sig
  location lists, matching today's TypedBuilder.Build() pattern and
  avoiding key-type leakage.
- Stale location-override key validation runs directly in Build()
  before calling NewLayeredNamer, so a typo like
  WithHashLocation("sah256", …) is no longer silently ignored.
- Bind is deferred to a later change to keep this one schema-only with
  no cross-package dependency.

Part of TNTP-7587

215 of 244 new or added lines in 1 file covered. (88.11%)

2672 of 2885 relevant lines covered (92.62%)

724.52 hits per line

Uncovered Changes

Lines Coverage ∆ File
29
88.11
integrity/codec.go
Jobs
ID Job ID Ran Files Coverage
1 25115022225.1 29 Apr 2026 02:32PM UTC 39
92.62
GitHub Action Run
Source Files on build 25115022225
  • Tree
  • List 39
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6ae82939 on github
  • Prev Build on master (#25113716603)
  • Next Build on bigbes/tntp-7587-codec-api (#25115129043)
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