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

tarantool / go-config / 26024959295
86%

Build:
DEFAULT BRANCH: master
Ran 18 May 2026 09:27AM 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

18 May 2026 09:25AM UTC coverage: 86.448% (+1.0%) from 85.423%
26024959295

push

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.

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

48 existing lines in 4 files now uncovered.

3719 of 4302 relevant lines covered (86.45%)

74.79 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
92.9
collectors/struct.go

Coverage Regressions

Lines Coverage ∆ File
25
93.68
2.22% config.go
12
97.01
-0.97% inheritance.go
9
91.34
1.25% builder.go
2
93.06
1.12% merge.go
Jobs
ID Job ID Ran Files Coverage
1 26024959295.1 18 May 2026 09:27AM UTC 42
86.45
GitHub Action Run
Source Files on build 26024959295
  • Tree
  • List 42
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0cb7e060 on github
  • Prev Build on master (#25487906678)
  • Next Build on master (#26024948428)
  • 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