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

tarantool / go-config / 25738622173
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: bigbes/release-v1.3.0
DEFAULT BRANCH: master
Ran 12 May 2026 01:47PM UTC
Jobs 1
Files 41
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:14PM UTC coverage: 86.134% (+0.7%) from 85.423%
25738622173

Pull #64

github

bigbes
config: resolve Effective by folding per-loader layer trees

Effective() resolved against the single merged tree, so a value set at a
broad inheritance scope by a high-priority loader could lose to a value set
at a narrow scope by a low-priority loader. Build now keeps each top-level
collector's contribution as its own layer tree and Effective folds those
layers in ascending-priority order: within a layer the deepest scope wins,
across layers the higher-priority loader wins, and non-conflicting sub-keys
from different loaders coexist. MergeAppend/MergeDeep keys compose across
layers. A MultiCollector is folded into a single layer.

MutableConfig mutations are mirrored into the layered view: Set/Merge/Update
record values in a runtime overlay that outranks every loader, and Delete
records a tombstone (and prunes the overlay) so the deleted contribution is
suppressed from each layer's scope chain; re-setting a deleted path clears
its tombstone. Snapshot deep-clones the layers, overlay, and tombstones.

Configs not produced by a Builder (slices, Walk snapshots, effective
sub-configs) keep the original single-tree resolution.
Pull Request #64: config: resolve Effective by folding per-loader layer trees

282 of 304 new or added lines in 4 files covered. (92.76%)

2 existing lines in 2 files now uncovered.

3578 of 4154 relevant lines covered (86.13%)

115.65 hits per line

Uncovered Changes

Lines Coverage ∆ File
9
91.34
1.25% builder.go
8
96.64
-1.34% inheritance.go
5
93.75
2.3% config.go

Coverage Regressions

Lines Coverage ∆ File
1
91.34
1.25% builder.go
1
93.75
2.3% config.go
Jobs
ID Job ID Ran Files Coverage
1 25738622173.1 12 May 2026 01:47PM UTC 41
86.13
GitHub Action Run
Source Files on build 25738622173
  • Tree
  • List 41
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #64
  • 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