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

tarantool / go-config / 27189335836
87%

Build:
DEFAULT BRANCH: master
Ran 09 Jun 2026 06:57AM 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

09 Jun 2026 06:56AM UTC coverage: 86.866% (-0.02%) from 86.885%
27189335836

push

github

bigbes
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.

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%)

112.72 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 27189335836.1 09 Jun 2026 06:57AM UTC 42
86.87
GitHub Action Run
Source Files on build 27189335836
  • Tree
  • List 42
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a2c061d7 on github
  • Prev Build on master (#26569300420)
  • Next Build on master (#27193526546)
  • 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