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

dtolnay / jq / 197 / 3
85%
master: 85%

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

05 Sep 2015 08:03PM UTC coverage: 85.076%. Remained the same
COVERAGE="--disable-valgrind --enable-gcov"

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

Source Files on job 197.3 (COVERAGE="--disable-valgrind --enable-gcov")
  • Tree
  • List 0
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 197
  • Travis Job 197.3
  • 91f0dcff on github
  • Prev Job for COVERAGE="--disable-valgrind --enable-gcov" on master (#195.3)
  • Next Job for COVERAGE="--disable-valgrind --enable-gcov" on master (#198.3)
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