boostorg / url

Boost.URL is a library for manipulating Uniform Resource Identifiers (URIs) and Locators (URLs).
https://www.boost.org/doc/libs/master/libs/url/doc/html/index.html
Boost Software License 1.0
185 stars 49 forks source link

Antora docs: modify dir copy step #838

Closed sdarwin closed 5 months ago

sdarwin commented 5 months ago

This is to solve a case where selfDir is not literally "url" but might be "url-docs" or similar. Which is why the ${selfDir} variable was added, to start with.

cppalliance-bot commented 5 months ago

An automated preview of the documentation is available at https://838.url.prtest2.cppalliance.org/libs/url/doc/html/index.html

cppalliance-bot commented 5 months ago

Antora version: an automated preview of the documentation is available at https://838.urlantora.prtest2.cppalliance.org/site/index.html

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.21%. Comparing base (fddf6b7) to head (b4b10fb).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/boostorg/url/pull/838/graphs/tree.svg?width=650&height=150&src=pr&token=XroexNAcpL&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg)](https://app.codecov.io/gh/boostorg/url/pull/838?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) ```diff @@ Coverage Diff @@ ## develop #838 +/- ## ======================================== Coverage 99.21% 99.21% ======================================== Files 157 157 Lines 8422 8422 ======================================== Hits 8356 8356 Misses 66 66 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/boostorg/url/pull/838?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/boostorg/url/pull/838?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Last update [fddf6b7...b4b10fb](https://app.codecov.io/gh/boostorg/url/pull/838?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=boostorg).
cppalliance-bot commented 5 months ago

GCOVR code coverage report https://838.url.prtest2.cppalliance.org/gcovr/index.html
LCOV code coverage report https://838.url.prtest2.cppalliance.org/genhtml/index.html Coverage Diff https://838.url.prtest2.cppalliance.org/gcovr/coverage_diff.txt

alandefreitas commented 5 months ago

Is the machine used to build the preview using Ubuntu 22.04?

sdarwin commented 5 months ago

preview using Ubuntu 22.04?

Yes