envoyproxy / java-control-plane

Java implementation of an Envoy gRPC control plane
Apache License 2.0
293 stars 136 forks source link

Updated protobuf definitions #116

Closed jakubdyszkiewicz closed 5 years ago

jakubdyszkiewicz commented 5 years ago

Solves #115

Bumped Envoy protos, grpc and protobuf versions. It seems like we need more protos for Opencensus so I took all of them.

I recommend reviewing commits separately.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #116   +/-   ##
========================================
  Coverage      89.5%   89.5%           
  Complexity      193     193           
========================================
  Files            22      22           
  Lines           600     600           
  Branches         48      48           
========================================
  Hits            537     537           
  Misses           48      48           
  Partials         15      15

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 d36705b...b8ffa18. Read the comment docs.