cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

Update doc Jamfile #40

Closed sdarwin closed 1 year ago

cppalliance-bot commented 1 year ago

An automated preview of the documentation is available at https://40.http-proto.prtest.cppalliance.org/libs/http_proto/doc/html/index.html

codecov[bot] commented 1 year ago

Codecov Report

Merging #40 (683514f) into develop (f9c882d) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/CPPAlliance/http_proto/pull/40/graphs/tree.svg?width=650&height=150&src=pr&token=IoZbqjUnBr&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance)](https://codecov.io/gh/CPPAlliance/http_proto/pull/40?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance) ```diff @@ Coverage Diff @@ ## develop #40 +/- ## ======================================== Coverage 80.18% 80.18% ======================================== Files 66 66 Lines 3679 3679 ======================================== Hits 2950 2950 Misses 729 729 ``` ------ [Continue to review full report at Codecov](https://codecov.io/gh/CPPAlliance/http_proto/pull/40?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance). > **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=CPPAlliance) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/CPPAlliance/http_proto/pull/40?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance). Last update [f9c882d...683514f](https://codecov.io/gh/CPPAlliance/http_proto/pull/40?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance). 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=CPPAlliance).
cppalliance-bot commented 1 year ago

GCOVR code coverage report https://40.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://40.http-proto.prtest.cppalliance.org/genhtml/index.html Coverage Diff https://40.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt

vinniefalco commented 1 year ago

OOHHH... so, the Jamfile when the repo is in CPPAlliance is different from when it becomes integrated into Boost? Because JSON and URL don't have the "broot" thingy

vinniefalco commented 1 year ago

Thanks!