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

gookit / ini / 30426040498 / 3
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/github/codeql-action-4.37.3
DEFAULT BRANCH: master
Ran 30 Jul 2026 02:14AM UTC
Files 9
Run time 0s
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

29 Jul 2026 05:45AM UTC coverage: 94.969% (+0.3%) from 94.689%
30426040498.3

Pull #106

github

gaoflow
fix(parser): quote encoded values the parser corrupts on reload

The encoder wrote values verbatim, but the parser trims surrounding
whitespace, strips one matching quote pair, and reads a trailing backslash
or triple-quote prefix as a multi-line marker. So WriteTo/Encode followed by
LoadStrings/Parse silently dropped data from space-padded, surround-quoted
and backslash-terminated values, and hard-errored on a trailing backslash.

Wrap just the affected values in a non-colliding quote style the parser
strips back off; values that already round-trip are emitted unchanged.
Covers every encoder site: lite and full section k-v and array items, plus
default-section k-v and arrays.
Pull Request #106: fix(parser): quote encoded values the parser corrupts on reload

1076 of 1133 relevant lines covered (94.97%)

1.12 hits per line

Source Files on job Go-stable - 30426040498.3
  • Tree
  • List 9
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30426040498
  • 8efb5a8a on github
  • Prev Job for on fix-encoder-value-quoting (#29588030406.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc