Skip to content

Commit f3c0488

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

synthtool/gcp/templates/python_library/.coveragerc

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