From 694118b039b09551fb5d445fceb361a7dbb06400 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 25 Oct 2021 20:16:47 -0400 Subject: [PATCH] chore(python): omit google/__init__.py in coverage (#1267) --- synthtool/gcp/templates/python_library/.coveragerc | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/python_library/.coveragerc b/synthtool/gcp/templates/python_library/.coveragerc index 90767ba5d..bf8fc40c4 100644 --- a/synthtool/gcp/templates/python_library/.coveragerc +++ b/synthtool/gcp/templates/python_library/.coveragerc @@ -18,6 +18,7 @@ [run] branch = True omit = + google/__init__.py google/cloud/__init__.py [report]