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

herbygillot / newsboat / 23410017847
61%
master: 61%

Build:
Build:
LAST BUILD BRANCH: fix/ocnewsapi-function-ref-deleter
DEFAULT BRANCH: master
Ran 22 Mar 2026 06:57PM UTC
Jobs 1
Files 255
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

22 Mar 2026 06:50PM UTC coverage: 60.648%. Remained the same
23410017847

push

github

herbygillot
Fix ocnewsapi build failure with libc++ compressed_pair on macOS 26 SDK

decltype(*json_object_put) yields the raw function type int(json_object*),
causing unique_ptr to store a function reference as its deleter. The macOS 26
SDK's libc++ compressed_pair.h performs sizeof on the deleter type, which is
ill-formed for function types, resulting in a build error.

Change to decltype(&json_object_put) to get the function pointer type
int(*)(json_object*), which is valid for sizeof.

18297 of 30169 relevant lines covered (60.65%)

72193.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23410017847.1 22 Mar 2026 06:57PM UTC 255
60.65
GitHub Action Run
Source Files on build 23410017847
  • Tree
  • List 255
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23410017847
  • f7936d13 on github
  • Prev Build on master (#23409984265)
  • Delete
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