Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BugFix: fix pb derialization failed at server #114

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

weimch
Copy link
Contributor

@weimch weimch commented Jan 31, 2024

  • Enable lite via option optimize_for = LITE_RUNTIME; at proto file

- Enable lite via `option optimize_for = LITE_RUNTIME;` at proto file
@weimch weimch closed this Jan 31, 2024
@weimch weimch reopened this Jan 31, 2024
Copy link

codecov bot commented Jan 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files

Impacted file tree graph

@@                 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 Coverage Δ
trpc/server/rpc/unary_rpc_method_handler.h 68.57143% <ø> (ø)
trpc/server/server_context.cc 55.76923% <100.00000%> (ø)
trpc/server/server_context.h 70.70707% <100.00000%> (ø)
trpc/stream/stream.h 86.66667% <ø> (ø)

... and 10 files with indirect coverage changes

@helloopenworld helloopenworld merged commit fe2471a into trpc-group:main Jan 31, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants