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

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

Build:
DEFAULT BRANCH: master
Ran 14 May 2026 10:58PM UTC
Files 8
Run time 0s
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

14 May 2026 10:57PM UTC coverage: 90.149%. Remained the same
25890448107.1

push

github

web-flow
fix: GCC 16 / C++20 build failure with u8 string literals (#1685)

* fix: GCC 16 / C++20 build failure with u8 string literals (#1684)

In C++20, the `u8""` string literal prefix was changed to evaluate to `const char8_t[]` instead of `const char[]`. This caused compilation errors when these literals were implicitly converted to `std::string` or passed to functions expecting `const char*`.

This commit adds `reinterpret_cast<const char*>` around the `u8` string literals in the test suite to resolve the build errors while maintaining the intended UTF-8 semantics.

Additionally, this adds C++20 to the GitHub Actions CMake test matrix to ensure we don't regress on newer standards.

Fixes #1684

* style: run clang-format

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

Source Files on job 25890448107.1
  • 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 Build 25890448107
  • 71d46ca3 on github
  • Prev Job for on master (#25890210534.1)
  • Next Job for on master (#25891044270.1)
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