armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Add a gRPC example for tutorial

Open ikhoon opened this issue 4 years ago • 1 comments

ikhoon avatar Sep 08 '21 06:09 ikhoon

Codecov Report

Merging #3819 (1058e44) into master (de36a8b) will decrease coverage by 0.03%. The diff coverage is 52.22%.

@@             Coverage Diff              @@
##             master    #3819      +/-   ##
============================================
- Coverage     73.84%   73.81%   -0.04%     
- Complexity    17702    17714      +12     
============================================
  Files          1505     1509       +4     
  Lines         66105    66194      +89     
  Branches       8309     8313       +4     
============================================
+ Hits          48815    48859      +44     
- Misses        13296    13334      +38     
- Partials       3994     4001       +7     
Impacted Files Coverage Δ
...c/main/java/example/armeria/grpc/reactor/Main.java 58.62% <ø> (ø)
.../grpc/src/main/java/example/armeria/grpc/Main.java 60.00% <ø> (ø)
...in/java/example/armeria/server/blog/grpc/Main.java 0.00% <0.00%> (ø)
...armeria/server/blog/grpc/GrpcExceptionHandler.java 33.33% <33.33%> (ø)
.../example/armeria/server/blog/grpc/BlogService.java 77.77% <77.77%> (ø)
...rmeria/server/blog/grpc/BlogNotFoundException.java 100.00% <100.00%> (ø)
.../java/example/armeria/server/blog/BlogService.java 73.91% <100.00%> (ø)
...meria/client/DefaultDnsQueryLifecycleObserver.java 76.81% <0.00%> (-2.90%) :arrow_down:
.../armeria/client/endpoint/dns/DnsEndpointGroup.java 81.69% <0.00%> (-2.82%) :arrow_down:
...rmeria/common/stream/ConcatArrayStreamMessage.java 83.14% <0.00%> (-2.25%) :arrow_down:
... and 14 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar May 16 '22 13:05 codecov[bot]

Thanks a lot, @ikhoon! 😃

minwoox avatar Aug 23 '22 03:08 minwoox