marcoferrer / kroto-plus

gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc
Apache License 2.0
493 stars 28 forks source link

Refactor stub extension generator #75

Closed marcoferrer closed 5 years ago

marcoferrer commented 5 years ago

This PR refactors the implementation of the grpc stub extension generator. It also adds support for generating stub extensions based on method signature annotations.

codecov-io commented 5 years ago

Codecov Report

Merging #75 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #75   +/-   ##
=========================================
  Coverage     85.29%   85.29%           
  Complexity       19       19           
=========================================
  Files            15       15           
  Lines           306      306           
  Branches         49       49           
=========================================
  Hits            261      261           
  Misses           16       16           
  Partials         29       29

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 89b1188...0fab565. Read the comment docs.