We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc0423 commit 26a19feCopy full SHA for 26a19fe
1 file changed
packages/google-api-core/.coveragerc
@@ -2,8 +2,11 @@
2
branch = True
3
4
[report]
5
-fail_under = 99
+fail_under = 100
6
show_missing = True
7
+omit =
8
+ tests/*
9
+ */tests/*
10
exclude_lines =
11
# Re-enable the standard pragma
12
pragma: NO COVER
0 commit comments