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

preaction / ETL-Yertl / 100
92%

Build:
DEFAULT BRANCH: master
Ran 30 May 2015 05:04AM UTC
Jobs 1
Files 17
Run time 2s
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

pending completion
100

push

travis-ci

preaction
add xargs mode to yq

If a filter returns a single value, by default, YAML will print with a
document separator, like:

    --- foo
    --- bar
    --- baz

If you want to give that information to another, non-YAML program, you
have to do some fancy shell scripting, like:

    yq '.name' | cut -d' ' -f2 | xargs some-program

To cut down on the typing, xargs mode allows you to just do:

    yq -x '.name' | xargs some-program

Fixes #52

514 of 562 relevant lines covered (91.46%)

25.01 hits per line

Jobs
ID Job ID Ran Files Coverage
8 100.8 (COVERAGE=1) 30 May 2015 05:04AM UTC 0
91.46
Travis Job 100.8
Source Files on build 100
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #100
  • 3eb42192 on github
  • Prev Build on master (#99)
  • Next Build on master (#101)
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