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

steve-downey / transcode / 26692002205
85%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 06:52PM UTC
Jobs 1
Files 33
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

30 May 2026 06:48PM UTC coverage: 85.043%. Remained the same
26692002205

push

github

steve-downey
build: conditionally exclude ranges::to components on GCC 13

std::ranges::to (__cpp_lib_ranges_to_container) is absent from
libstdc++ shipped with GCC 13.  Probe for the feature at configure
time and propagate the result through config_generated.hpp:

- CMakeLists.txt: CheckCXXSourceCompiles probe using the standard
  feature-test macro; sets BEMAN_TRANSCODE_HAS_RANGES_TO
- config_generated.hpp.in: exposes BEMAN_TRANSCODE_HAS_RANGES_TO
- detail/bulk_transcode.hpp: entire body guarded by
  #if BEMAN_TRANSCODE_HAS_RANGES_TO; also includes config_generated.hpp
- transcode.hpp: remove accidental duplicate include of bulk_transcode.hpp
- tests CMakeLists.txt: bulk_transcode and pluggable_bulk targets
  conditionally registered only when BEMAN_TRANSCODE_HAS_RANGES_TO

2354 of 2768 relevant lines covered (85.04%)

582.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26692002205.1 30 May 2026 06:52PM UTC 33
85.04
GitHub Action Run
Source Files on build 26692002205
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26692002205
  • e6e0ee9f on github
  • Prev Build on main (#26673717357)
  • Next Build on main (#26696865357)
  • 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