Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f3c0488

Browse filesBrowse files
authored
chore(python): skip reporting coverage for namespace package (#771)
1 parent ca095b9 commit f3c0488
Copy full SHA for f3c0488

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎synthtool/gcp/templates/python_library/.coveragerc

Copy file name to clipboardExpand all lines: synthtool/gcp/templates/python_library/.coveragerc
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# Generated by synthtool. DO NOT EDIT!
1818
[run]
1919
branch = True
20+
omit =
21+
google/cloud/__init__.py
2022

2123
[report]
2224
fail_under = 100
@@ -32,4 +34,5 @@ omit =
3234
*/gapic/*.py
3335
*/proto/*.py
3436
*/core/*.py
35-
*/site-packages/*.py
37+
*/site-packages/*.py
38+
google/cloud/__init__.py

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.