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 for buffers and tidy #35

Closed vinniefalco closed 1 year ago

cppalliance-bot commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Merging #35 (24604e1) into develop (77d17d9) will increase coverage by 0.11%. The diff coverage is 55.00%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/CPPAlliance/http_proto/pull/35/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/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance) ```diff @@ Coverage Diff @@ ## develop #35 +/- ## =========================================== + Coverage 76.08% 76.19% +0.11% =========================================== Files 66 66 Lines 3788 3794 +6 =========================================== + Hits 2882 2891 +9 + Misses 906 903 -3 ``` | [Impacted Files](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance) | Coverage Δ | | |---|---|---| | [include/boost/http\_proto/impl/file\_body.ipp](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ltcGwvZmlsZV9ib2R5LmlwcA==) | `0.00% <0.00%> (ø)` | | | [include/boost/http\_proto/impl/serializer.ipp](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ltcGwvc2VyaWFsaXplci5pcHA=) | `67.72% <38.46%> (+0.11%)` | :arrow_up: | | [include/boost/http\_proto/detail/impl/workspace.ipp](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2RldGFpbC9pbXBsL3dvcmtzcGFjZS5pcHA=) | `75.38% <65.21%> (+7.64%)` | :arrow_up: | | [include/boost/http\_proto/detail/workspace.hpp](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2RldGFpbC93b3Jrc3BhY2UuaHBw) | `100.00% <100.00%> (ø)` | | | [include/boost/http\_proto/impl/parser.ipp](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ltcGwvcGFyc2VyLmlwcA==) | `62.42% <100.00%> (-0.23%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?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/35?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CPPAlliance). Last update [77d17d9...24604e1](https://codecov.io/gh/CPPAlliance/http_proto/pull/35?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).