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

tarantool / go-config / 26364104799
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.4.0
DEFAULT BRANCH: master
Ran 24 May 2026 02:38PM 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

24 May 2026 02:30PM UTC coverage: 86.751% (-0.2%) from 86.941%
26364104799

push

github

bigbes
config: deep-merge maps by default during scope-chain inheritance

foldScopeChainInto used MergeReplace as the implicit default, which
wholesale-replaced any top-level map a higher-priority scope touched
even if it only set one nested sub-key. The cross-loader accumulator
(accumulateLayerResult) already special-cased MergeReplace to recursively
merge map nodes — single-loader scope-chain resolution did not.

The two-scope mismatch silently dropped data in real Tarantool configs:
a group declaring roles_cfg.<role>.advertise.params.transport disappeared
as soon as an instance set roles_cfg.<role>.advertise.uri, and a global
iproto.advertise.{sharding,peer}.login was wiped by any instance that
declared iproto.listen.

- Make MergeDeep the default returned by strategyFor when no explicit
  per-key strategy is registered. Leaf semantics (higher-priority wins)
  are unchanged; maps now recursively merge end-to-end. Explicit
  WithInheritMerge(key, MergeReplace) still means wholesale replace.
- Prune WithNoInherit and WithNoInheritFrom prefixes from each non-leaf
  layer before folding, mirroring the tombstone path. Nested-path
  exclusions were previously checked only against top-level iteration
  keys and never matched anything deeper.
- Add TestWithInheritance_CrossScope_{NonConflictingSubkeysCoexist,
  ConflictingLeafHigherPriorityWins} as scope-chain analogues of the
  existing TestLayered_CrossLoader_* invariants.

13 of 13 new or added lines in 1 file covered. (100.0%)

9 existing lines in 1 file now uncovered.

3824 of 4408 relevant lines covered (86.75%)

112.71 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
94.83
-2.18% inheritance.go
Jobs
ID Job ID Ran Files Coverage
1 26364104799.1 24 May 2026 02:38PM UTC 42
86.75
GitHub Action Run
Source Files on build 26364104799
  • Tree
  • List 42
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fe8df61e on github
  • Prev Build on master (#26288686435)
  • Next Build on bigbes/gh-no-fix-maps-merging (#26364311416)
  • 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