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

operator-framework / operator-sdk / 7850
31%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2019 12:39AM UTC
Jobs 1
Files 69
Run time 7s
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

12 Dec 2019 12:16AM UTC coverage: 49.255%. Remained the same
7850

push

travis-ci

estroz
cmd/operator-sdk/build: fix handling of spaces within quotes (#2312)

Before when running `operator-sdk build` with an `--image-build-arg` of
something like `--label some.name="First Last"` then `operator-sdk`
would invoke the builder with ["--label", "some.name=First", "Last"],
when it was actually desired to be ["--label", "some.name=First Last"].

Using `shlex` handles all the appropriate parsing of spaces within quotes
unlike `strings.Fields` which just splits on any spaces regardless of
context like quotes.

Switching to `shlex` enables `operator-sdk build` to now properly handle
spaces within quotes.

2215 of 4497 relevant lines covered (49.26%)

4.61 hits per line

Jobs
ID Job ID Ran Files Coverage
5 7850.5 12 Dec 2019 12:39AM UTC 0
49.26
Travis Job 7850.5
Source Files on build 7850
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7850
  • b50f059f on github
  • Prev Build on master (#7843)
  • Next Build on master (#7860)
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