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

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

Build:
Build:
LAST BUILD BRANCH: refs/pull/1697/merge
DEFAULT BRANCH: master
Ran 17 Jun 2026 07:57AM UTC
Jobs 1
Files 8
Run time 1min
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

17 Jun 2026 07:53AM UTC coverage: 89.959%. Remained the same
27674403131

push

github

baylesj
chore: bump version to 1.10.0 and SOVERSION to 28

master becomes the 1.10 line.

Bump SOVERSION 27 -> 28. The std::string_view convenience methods
(Value(string_view), getString, operator[], get, removeMember, isMember)
were exported symbols in 1.9.7 but became header-only `inline` after it
(the #1661/#1675 ABI-mismatch fixes), removing those symbols from the
shared library while SOVERSION stayed at 27. Consumers built against
1.9.7's libjsoncpp.so.27 therefore fail to resolve e.g.
Value::removeMember(std::string_view) against later builds of .so.27
(issue #1694). Bumping SOVERSION gives the changed ABI a distinct
SONAME so such consumers get a clean rebuild requirement instead of a
symbol-lookup error; rebuilt against 1.10.0 they use the inline methods.

The #1611 array change in this PR is itself ABI-compatible.

2212 of 2626 branches covered (84.23%)

Branch coverage included in aggregate %.

2608 of 2732 relevant lines covered (95.46%)

23810.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27674403131.1 17 Jun 2026 07:57AM UTC 8
89.96
GitHub Action Run
Source Files on build 27674403131
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • ce65b188 on github
  • Prev Build on fix/1611-dense-array-index (#27648815542)
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