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

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

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.4.0
DEFAULT BRANCH: master
Ran 05 Jun 2026 11:10AM 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

05 Jun 2026 11:07AM UTC coverage: 86.866% (-0.02%) from 86.885%
27011447909

Pull #79

github

r.inyakin
tree: preserve slice held in an array node's Value

The empty-array fix reordered nodeToValue to handle the array branch before
the leaf check, building the result solely from node.Children(). That drops
data for an array-marked leaf that carries its slice directly in node.Value
with no child nodes (e.g. Set(path, slice) followed by MarkArray): such a node
decoded to an empty slice instead of its contents.

Check IsLeaf() inside the array branch and return node.Value when it is set,
falling back to []any{} only for a genuinely empty array. This mirrors
tree.ToAny, which already consults node.Value for the same case, and keeps the
empty-array fix intact.
Pull Request #79: tree: fix empty array decoding

14 of 15 new or added lines in 1 file covered. (93.33%)

3 existing lines in 1 file now uncovered.

3836 of 4416 relevant lines covered (86.87%)

121.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
93.48
-0.31% tree/value.go

Coverage Regressions

Lines Coverage ∆ File
3
93.48
-0.31% tree/value.go
Jobs
ID Job ID Ran Files Coverage
1 27011447909.1 05 Jun 2026 11:10AM UTC 42
86.87
GitHub Action Run
Source Files on build 27011447909
  • Tree
  • List 42
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #79
  • PR Base - master (#26569300420)
  • 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