Skip to content

Commit 9a5dce5

Browse files
authored
Merge pull request googleapis#2969 from dhermes/coverage-ignore-proto-pkg
Adding google.cloud.proto to list of ignored packages for coverage.
2 parents d09b8d2 + ec2b797 commit 9a5dce5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ omit =
77
# Packages in the "google.cloud" package that we don't own.
88
*/google/cloud/gapic/*
99
*/google/cloud/grpc/*
10+
*/google/cloud/proto/*
1011
show_missing = True
1112
exclude_lines =
1213
# Re-enable the standard pragma

0 commit comments

Comments
 (0)