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

tarantool / go-config / 25739318669
86%
master: 85%

Build:
Build:
LAST BUILD BRANCH: bigbes/gh-no-layered-effective-resolution
DEFAULT BRANCH: master
Ran 12 May 2026 01:59PM UTC
Jobs 1
Files 42
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

12 May 2026 01:58PM UTC coverage: 85.805% (+0.4%) from 85.423%
25739318669

Pull #63

github

bigbes
collectors: add Struct collector and StructToMap

Add a reflection-based collector that reads configuration straight from
a Go struct, plus a standalone helper exposing the same conversion.

- collectors.Struct streams a struct's fields as configuration values,
  using `config` struct tags (falling back to `yaml`), the `-` skip
  directive, and the `omitempty` and `inline` options; key order is
  preserved by default.
- collectors.StructToMap converts a struct (or a pointer to one) into a
  map[string]any with the same tag rules, returning ErrNotStruct for
  non-struct input.
Pull Request #63: collectors: add Struct collector and StructToMap

157 of 169 new or added lines in 1 file covered. (92.9%)

3506 of 4086 relevant lines covered (85.81%)

61.07 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
92.9
collectors/struct.go
Jobs
ID Job ID Ran Files Coverage
1 25739318669.1 12 May 2026 01:59PM UTC 42
85.81
GitHub Action Run
Source Files on build 25739318669
  • Tree
  • List 42
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #63
  • PR Base - master (#25487906678)
  • 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