Closed cmazakas closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.37%. Comparing base (
b5cbccc
) to head (b2b46e8
).
GCOVR code coverage report https://81.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://81.http-proto.prtest.cppalliance.org/genhtml/index.html
Coverage Diff https://81.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt
Well shouldn't we remove the 1-arg overload?
Good question. I didn't see a reason to outright remove it.
I suppose users can take the return from stream::preapre()
and then use Buffers to manipulate it. If you want, I can go ahead and remove the stream::preapre(std::size_t);
overload
GCOVR code coverage report https://81.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://81.http-proto.prtest.cppalliance.org/genhtml/index.html
Coverage Diff https://81.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt
GCOVR code coverage report https://81.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://81.http-proto.prtest.cppalliance.org/genhtml/index.html
Coverage Diff https://81.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt
GCOVR code coverage report https://81.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://81.http-proto.prtest.cppalliance.org/genhtml/index.html
Coverage Diff https://81.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt
GCOVR code coverage report https://81.http-proto.prtest.cppalliance.org/gcovr/index.html
LCOV code coverage report https://81.http-proto.prtest.cppalliance.org/genhtml/index.html
Coverage Diff https://81.http-proto.prtest.cppalliance.org/gcovr/coverage_diff.txt
Well shouldn't we remove the 1-arg overload?