Skip to content

Commit 5431bf7

Browse files
committed
services: Don't track code coverage of reflection.v1 gencode
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 0aa976c visible in the coveralls.io coverage graph, the point when v1 was introduced.
1 parent 1f159d7 commit 5431bf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ tasks.named("jacocoTestReport").configure {
5858
'**/io/grpc/binarylog/v1/**',
5959
'**/io/grpc/channelz/v1/**',
6060
'**/io/grpc/health/v1/**',
61+
'**/io/grpc/reflection/v1/**',
6162
'**/io/grpc/reflection/v1alpha/**',
6263
])
6364
}

0 commit comments

Comments
 (0)