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

tarantool / go-config / 26288686435
87%

Build:
DEFAULT BRANCH: master
Ran 22 May 2026 12:49PM 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

22 May 2026 12:48PM UTC coverage: 86.941% (+0.5%) from 86.448%
26288686435

push

github

bigbes
marshal: quote YAML 1.1 ambiguous string tokens on re-emit

The style-preserving marshal path re-emitted scalars with their original
style. go.yaml.in/yaml/v3 parses unquoted off/on/yes/no as plain !!str under
the YAML 1.2 core schema, so a source token like `failover: off` was
re-emitted unquoted. YAML 1.1 loaders (notably Tarantool's libyaml-based
config reader) interpret the bare token as a boolean, silently changing the
value's meaning on round-trip.

Add forcePlainStringQuoting, applied to preserved scalar nodes: for a plain
string scalar it probe-encodes the value and adopts the quoting yaml/v3 would
choose itself, leaving genuine plain strings and non-string scalars untouched.
The mutated/Set path already quoted such values, so only the preserved path
needed the fix.

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

34 existing lines in 1 file now uncovered.

3828 of 4403 relevant lines covered (86.94%)

90.19 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
74.63
14.41% marshal.go

Coverage Regressions

Lines Coverage ∆ File
34
91.81
-1.86% config.go
Jobs
ID Job ID Ran Files Coverage
1 26288686435.1 22 May 2026 12:49PM UTC 42
86.94
GitHub Action Run
Source Files on build 26288686435
  • Tree
  • List 42
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 25b34aef on github
  • Prev Build on master (#26214572179)
  • Next Build on master (#26416729126)
  • 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