On 15/02/2026 13:37, Sam Darwin via Boost wrote:
Still in development, but actually the first iteration is functional.
Run coverage reports using gcovr + github pages. No Codecov.
To explain more: imagine Codecov-like coverage reports, except they are built with an open source software tool "gcovr". Hosted on Github Pages, and you have potentially more control over the output, the steps, the appearance, etc. since the script is customizable.
Instructions: https://github.com/boostorg/boost-ci/blob/master/docs/code-coverage.md
Cool. Maybe I'm being stupid, but something I miss with this (and other similar tools) is the ability to skip forwards/backwards to the next uncovered line (and highlight it), is this something that might be possible? Many thanks for doing this though, it looks cool, and we'll try to try it out shortly. Best, John.