grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.48k stars 3.85k forks source link

services: Don't track code coverage of reflection.v1 gencode #11694

Closed ejona86 closed 1 week ago

ejona86 commented 1 week ago

Generated code for v1alpha was ignored, but not v1. Ignoring v1 reduces lines being checked from 16,145 to 6,303, significantly improving the overall code coverage and removing noise. This was noticed because there was a very clear drop at 0aa976c4 visible in the coveralls.io coverage graph, the point when v1 was introduced.