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

kcl-lang / cli / 33296353727
28%
main: 31%

Build:
Build:
LAST BUILD BRANCH: feat/issue-2047-xml-format
DEFAULT BRANCH: main
Ran 30 Aug 2026 06:16AM UTC
Jobs 1
Files 11
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

30 Aug 2026 06:11AM UTC coverage: 27.691%. Remained the same
33296353727

Pull #377

github

claude
fix(cli): stop splitting -O/-S/-Y/-E values on commas (#232)

The `-O`/`--overrides`, `-S`/`--path_selector`, `-Y`/`--setting` and
`-E`/`--external` flags were registered with pflag.StringSliceVarP,
which routes each occurrence through encoding/csv and silently splits
it on commas. The result was that any value containing a comma — most
notably list overrides like `person.ids=[1,2,3]` and quoted strings
with embedded commas — either failed with `parse error on line 1,
column N: bare " in non-quoted-field` or was shredded into multiple
overrides, breaking the example from the official tour.

Switch the four repeatable flags (plus the `-E` flag in `kcl vet`)
to pflag.StringArrayVarP, which keeps each `-O value` occurrence as
a single slice element regardless of commas or quotes, matching the
behaviour of `-D`/`--argument` that already worked.

A regression test exercises every affected flag and the previously
broken inputs (list values, quoted strings, repeated occurrences).
Pull Request #377: fix(cli): stop splitting -O/-S/-Y/-E flag values on commas (#232)

247 of 892 relevant lines covered (27.69%)

0.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33296353727.1 30 Aug 2026 06:16AM UTC 11
27.69
GitHub Action Run
Source Files on build 33296353727
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #377
  • PR Base - main (#33257792252)
  • Delete
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