Skip to content

Commit d0a3819

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 9e6f2df + f9240aa commit d0a3819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)