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

fields base max size #73

Closed cmazakas closed 7 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 96.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 88.22%. Comparing base (39a71bf) to head (3bae3b9).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/cppalliance/http_proto/pull/73/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://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) ```diff @@ Coverage Diff @@ ## develop #73 +/- ## =========================================== + Coverage 88.09% 88.22% +0.12% =========================================== Files 78 78 Lines 4260 4305 +45 =========================================== + Hits 3753 3798 +45 Misses 507 507 ``` | [Files](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?dropdown=coverage&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/detail/header.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2RldGFpbC9oZWFkZXIuaHBw) | `100.00% <100.00%> (ø)` | | | [include/boost/http\_proto/fields.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ZpZWxkcy5ocHA=) | `100.00% <ø> (ø)` | | | [include/boost/http\_proto/fields\_base.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ZpZWxkc19iYXNlLmhwcA==) | `100.00% <100.00%> (ø)` | | | [include/boost/http\_proto/fields\_view\_base.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL2ZpZWxkc192aWV3X2Jhc2UuaHBw) | `100.00% <ø> (ø)` | | | [include/boost/http\_proto/message\_base.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL21lc3NhZ2VfYmFzZS5ocHA=) | `100.00% <100.00%> (ø)` | | | [include/boost/http\_proto/request.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL3JlcXVlc3QuaHBw) | `97.36% <ø> (ø)` | | | [include/boost/http\_proto/response.hpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-aW5jbHVkZS9ib29zdC9odHRwX3Byb3RvL3Jlc3BvbnNlLmhwcA==) | `100.00% <ø> (ø)` | | | [src/detail/header.cpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-c3JjL2RldGFpbC9oZWFkZXIuY3Bw) | `94.01% <100.00%> (+0.01%)` | :arrow_up: | | [src/fields.cpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-c3JjL2ZpZWxkcy5jcHA=) | `100.00% <100.00%> (ø)` | | | [src/request.cpp](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance#diff-c3JjL3JlcXVlc3QuY3Bw) | `100.00% <100.00%> (ø)` | | | ... and [2 more](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance) | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?dropdown=coverage&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://app.codecov.io/gh/cppalliance/http_proto/pull/73?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cppalliance). Last update [39a71bf...3bae3b9](https://app.codecov.io/gh/cppalliance/http_proto/pull/73?dropdown=coverage&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 8 months ago

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

cppalliance-bot commented 7 months ago

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

cppalliance-bot commented 7 months ago

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