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

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

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2015 10:21PM UTC
Files 38
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

04 Jul 2015 10:08PM UTC coverage: 84.987% (-0.4%) from 85.402%
COVERAGE="--disable-valgrind --enable-gcov"

push

travis-ci

dtolnay
Make jq.h usable from C++

Previously, with clang++:
jq.h:46:37: error: typedef redefinition with different
      types ('struct jq_util_input_state *' vs 'jq_util_input_state')

With g++:
jq.h:46:37: error: conflicting declaration
      ‘typedef struct jq_util_input_state* jq_util_input_state’

This typedef was added to libjq by commit 0d41447 which was
after the 1.4 release, so although it is a public API, this
is not a backcompat break because it has never been in a
release.

Specifying the "*" at all uses of jq_util_input_state is
slightly tedious, but jq_state already works that way, so at
least it will be consistent.

4744 of 5582 relevant lines covered (84.99%)

363569.57 hits per line

Source Files on job 66.3 (COVERAGE="--disable-valgrind --enable-gcov")
  • Tree
  • List 0
  • Changed 12
  • Source Changed 3
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 66
  • Travis Job 66.3
  • 1e5e0c9f on github
  • Prev Job for COVERAGE="--disable-valgrind --enable-gcov" on master (#63.3)
  • Next Job for COVERAGE="--disable-valgrind --enable-gcov" on master (#83.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