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

oconnor663 / duct / 113 / 8
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 04 Mar 2016 03:42PM UTC
Files 1
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

04 Mar 2016 03:27PM UTC coverage: 97.248% (-0.1%) from 97.345%
113.8

push

travis-ci

oconnor663
get rid of .then() and .pipe()'s implicit cmd() syntax

Previously you could do this:

    cmd('echo', 'hi').pipe('grep', 'hi')

Now you need to do this:

    cmd('echo', 'hi').pipe(cmd('grep', 'hi'))

Several reasons for removing this feature:
- It makes cmd() and sh() more similar.
- Pipelines are much more common in Bash than they are in Python+duct,
  because Bash needs them for basic string manipulations and Python
  doesn't. So pipeline-specific syntactic sugar isn't so valuable.
- This syntax wouldn't translate well to statically typed languages like
  Rust.

If we decide we want this back, I might prefer new methods like
`then_cmd` and `pipe_sh`. But I kinda doubt we'll miss it.

318 of 327 relevant lines covered (97.25%)

0.97 hits per line

Source Files on job 113.8
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 113
  • Travis Job 113.8
  • 3f849388 on github
  • Prev Job for on master (#112.8)
  • Next Job for on master (#114.2)
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