On Sun, Feb 15, 2026 at 5:38 AM Sam Darwin via Boost <boost@lists.boost.org> wrote:
Still in development, but actually the first iteration is functional.
"Hi, Sam here. I want to tell you about an exciting feature we are developing to bring more value to Boost libraries. Many libraries are using codecov.io to host coverage reports. This solution is better than nothing, yet codecov is a for-profit company and sometimes the decisions they make are not necessarily aligned with the needs of the libraries in Boost. The C++ Alliance has developed a convenient alternative: generate beautiful looking coverage reports using our gcovr templates, and then publish them yourself for free on GitHub Pages using our provided GitHub Actions scripts. Joaquin has deployed this solution for his in-development library "Hub" and you can see those reports: https://joaquintides.github.io/hub/develop/gcovr/index.html I've put together a set of instructions to help you achieve this functionality for your own repository: https://github.com/boostorg/boost-ci/blob/master/docs/code-coverage.md Thanks to Julio Estrada for developing the UI for the reports."