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

dtolnay / jq / 197
85%

Build:
DEFAULT BRANCH: master
Ran 11 Sep 2015 04:29AM UTC
Jobs 1
Files 38
Run time 14s
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
197

push

travis-ci

dtolnay
Avoid passing '/bin/bash' as default argument to docker run

Previously:

```
$ docker run dbdc663dabc8
jq: error: syntax error, unexpected '/', expecting $end (Unix shell quoting issues?) at <top-level>, line 1:
/bin/bash
jq: 1 compile error
$ docker run --entrypoint /bin/echo dbdc663dabc8
/bin/bash
```

Now:

```
$ docker run e36393e8c15e
jq - commandline JSON processor [version 1.5rc2-77-g9a3fe9e]
Usage: /usr/local/bin/jq [options] <jq filter> [file...]

	jq is a tool for processing JSON inputs, applying the
...
```

4840 of 5689 relevant lines covered (85.08%)

371373.47 hits per line

Jobs
ID Job ID Ran Files Coverage
3 197.3 (COVERAGE="--disable-valgrind --enable-gcov") 11 Sep 2015 04:29AM UTC 0
85.08
Travis Job 197.3
Source Files on build 197
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #197
  • 91f0dcff on github
  • Prev Build on master (#195)
  • Next Build on master (#198)
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