trpc-group / trpc-cpp

A pluggable, high-performance RPC framework written in cpp
Other
269 stars 79 forks source link

BugFix: fix pb derialization failed at server #114

Closed weimch closed 7 months ago

weimch commented 7 months ago
codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (bacbc06) 81.71796% compared to head (3ed57bb) 81.77102%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114/graphs/tree.svg?width=650&height=150&src=pr&token=7csQnBLsa9&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group)](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) ```diff @@ Coverage Diff @@ ## main #114 +/- ## =================================================== + Coverage 81.71796% 81.77102% +0.05305% =================================================== Files 855 855 Lines 33924 33924 =================================================== + Hits 27722 27740 +18 + Misses 6202 6184 -18 ``` | [Files](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group) | Coverage Δ | | |---|---|---| | [trpc/server/rpc/unary\_rpc\_method\_handler.h](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-dHJwYy9zZXJ2ZXIvcnBjL3VuYXJ5X3JwY19tZXRob2RfaGFuZGxlci5o) | `68.57143% <ø> (ø)` | | | [trpc/server/server\_context.cc](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-dHJwYy9zZXJ2ZXIvc2VydmVyX2NvbnRleHQuY2M=) | `55.76923% <100.00000%> (ø)` | | | [trpc/server/server\_context.h](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-dHJwYy9zZXJ2ZXIvc2VydmVyX2NvbnRleHQuaA==) | `70.70707% <100.00000%> (ø)` | | | [trpc/stream/stream.h](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group#diff-dHJwYy9zdHJlYW0vc3RyZWFtLmg=) | `86.66667% <ø> (ø)` | | ... and [10 files with indirect coverage changes](https://app.codecov.io/gh/trpc-group/trpc-cpp/pull/114/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trpc-group)