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

open-source-parsers / jsoncpp
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: docs/remove-pkg-managers
DEFAULT BRANCH: master
Repo Added 18 Oct 2019 02:45AM UTC
Files 8
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

LAST BUILD ON BRANCH docs/remove-pkg-managers
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 00.11.0
  • 00.11.z
  • 1.9.2
  • 1.9.3
  • 1.9.4
  • 1.9.7
  • Add-project-status-to-README-to-set-expectations
  • BillyDonahue-avoid-isprint
  • BillyDonahue-patch-1
  • add-runtime-version
  • allow-dropped-placeholders
  • baylesj-patch-1
  • baylesj-patch-6
  • baylesj-patch-7
  • baylesj-patch-8
  • baylesj-patch-9
  • cmake-version
  • coverage
  • docs/remove-pkg-managers
  • drop_cpptl_support
  • feature-amalgamation
  • fix-cxx11-abi-break
  • fix-czstring
  • fix-fuzzer
  • fix-github-actions-warnings
  • fix/cmake-dll-build-scope
  • fix/locale-number-parsing
  • fix/reader-dangling-ptr
  • fix/reject-control-chars
  • fix/string-view-abi
  • fixup-project-version-updater
  • fixup-tests
  • fuzzer-fix1
  • improve-formatting
  • improve-qualifier-support
  • inc
  • issue1591
  • json-dll-build
  • jsoncpp_test
  • master
  • members
  • patch-renu555
  • pre-v2.y.z
  • pypi
  • refs/pull/1214/merge
  • refs/pull/1339/merge
  • refs/pull/1383/merge
  • refs/pull/1409/merge
  • refs/pull/1419/merge
  • refs/pull/1424/merge
  • refs/pull/1435/merge
  • refs/pull/1448/merge
  • refs/pull/1457/merge
  • refs/pull/1462/merge
  • refs/pull/1467/merge
  • refs/pull/1478/merge
  • refs/pull/1479/merge
  • refs/pull/1480/merge
  • refs/pull/1486/merge
  • refs/pull/1491/merge
  • refs/pull/1499/merge
  • refs/pull/1516/merge
  • refs/pull/1527/merge
  • refs/pull/1528/merge
  • refs/pull/1534/merge
  • refs/pull/1567/merge
  • refs/pull/1570/merge
  • refs/pull/1572/merge
  • refs/pull/1574/merge
  • refs/pull/1575/merge
  • refs/pull/1578/merge
  • refs/pull/1579/merge
  • refs/pull/1584/merge
  • refs/pull/1593/merge
  • refs/pull/1596/merge
  • refs/pull/1597/merge
  • refs/pull/1599/merge
  • refs/pull/1600/merge
  • refs/pull/1601/merge
  • refs/pull/1602/merge
  • refs/pull/1615/merge
  • refs/pull/1619/merge
  • refs/pull/1622/merge
  • refs/pull/1625/merge
  • refs/pull/1635/merge
  • refs/pull/1637/merge
  • refs/pull/1639/merge
  • refs/pull/1648/merge
  • refs/pull/1649/merge
  • refs/pull/1654/merge
  • refs/pull/1657/merge
  • refs/pull/1658/merge
  • refs/pull/1659/merge
  • refs/pull/1660/merge
  • refs/pull/1661/merge
  • refs/pull/1662/merge
  • refs/pull/1663/merge
  • refs/pull/1665/merge
  • refs/pull/1666/merge
  • refs/pull/1667/merge
  • refs/pull/1674/merge
  • refs/pull/1677/merge
  • refs/pull/1678/merge
  • refs/pull/1679/merge
  • refs/pull/1680/merge
  • refs/pull/1683/merge
  • refs/tags/1.9.6
  • refs/tags/1.9.7
  • revert-1662-fix/locale-number-parsing
  • revert-soversion-change
  • stack-depth
  • v1.9.3
  • version-header

05 May 2026 09:25PM UTC coverage: 90.149%. Remained the same
25403174475

Pull #1683

github

web-flow
Merge branch 'master' into docs/remove-pkg-managers
Pull Request #1683: docs: remove conan and vcpkg instructions from README

2194 of 2600 branches covered (84.38%)

Branch coverage included in aggregate %.

2592 of 2709 relevant lines covered (95.68%)

23581.95 hits per line

Relevant lines Covered
Build:
Build:
2709 RELEVANT LINES 2592 COVERED LINES
23581.95 HITS PER LINE
Source Files on master
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25403174475 docs/remove-pkg-managers Merge branch 'master' into docs/remove-pkg-managers Pull #1683 05 May 2026 09:26PM UTC web-flow github
90.15
25403175812 refs/pull/1683/merge Merge 3c7a5c6d7 into 755d0a69d push 05 May 2026 09:26PM UTC web-flow github
90.15
25403166690 refs/pull/1683/merge Merge 36dbfdfb6 into 755d0a69d push 05 May 2026 09:25PM UTC web-flow github
90.15
25403134357 docs/remove-pkg-managers docs: remove conan and vcpkg instructions from README push 05 May 2026 09:24PM UTC baylesj github
90.15
24864225165 master Improve formatting (#1680) * style: format the entire library using clang-format Updated `reformat.sh` to include the `include` and `example` directories, as well as `.inl` files, and ran it across the repository to ensure consistent code stylin... push 23 Apr 2026 11:35PM UTC web-flow github
90.15
24864002460 refs/pull/1680/merge Merge cd76a8b56 into 64f54a4cf push 23 Apr 2026 11:28PM UTC web-flow github
90.15
24863989084 improve-formatting ci: fix directory name in clang-format workflow The workflow was checking the `examples` directory, but the directory is actually named `example`. This updates the matrix path to ensure the example files are properly checked during CI. Pull #1680 23 Apr 2026 11:28PM UTC baylesj github
90.15
24863786889 master feat: add .members() iterator adapter for range-based for loops (#288) (#1679) * feat: add .members() iterator adapter for range-based for loops (#288) This adds a zero-allocation iterator adapter to `Json::Value` that enables idiomatic range-ba... push 23 Apr 2026 11:21PM UTC web-flow github
90.15
24215872503 refs/pull/1679/merge Merge d71d3ad26 into 941802d46 push 09 Apr 2026 10:12PM UTC web-flow github
90.15
24215871107 members run ninja format Pull #1679 09 Apr 2026 10:12PM UTC baylesj github
90.15
See All Builds (743)
  • Repo on GitHub
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