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

preaction / ETL-Yertl / 100 / 8
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 30 May 2015 05:04AM UTC
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

30 May 2015 04:49AM UTC coverage: 91.459% (+0.05%) from 91.413%
COVERAGE=1

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

Source Files on job 100.8 (COVERAGE=1)
  • Tree
  • List 0
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 100
  • Travis Job 100.8
  • 3eb42192 on github
  • Prev Job for COVERAGE=1 on master (#99.8)
  • Next Job for COVERAGE=1 on master (#101.8)
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