Closed alandefreitas closed 3 months ago
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.21%. Comparing base (
951477d
) to head (cdf0521
).
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
@sdarwin The Antora workflow that generates the preview will probably break again. :(
The latest version of MrDocs bundles a more recent version of the Clang. That usually makes MrDocs incompatible with the system's std library. This leads to errors like this:
https://github.com/boostorg/url/actions/runs/9848619514/job/27191019492
To fix it, I updated the Antora workflow to install Clang 18 before running Antora + MrDocs:
https://github.com/boostorg/url/actions/runs/9865813807/job/27243495283?pr=847
I already opened an issue in MrDocs to try to make this more stable:
An automated preview of the documentation is available at https://847.url.prtest2.cppalliance.org/libs/url/doc/html/index.html
GCOVR code coverage report https://847.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://847.url.prtest2.cppalliance.org/genhtml/index.html
Coverage Diff https://847.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt
fix #845