Skip to content

Commit 7afb552

Browse files
authored
chore: remove temp fix, set cov level to 99 (#228)
1 parent 7c030bb commit 7afb552

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/google-cloud-bigtable/synth.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,13 @@
4747
s.move(library / "tests")
4848
s.move(library / "scripts")
4949

50-
# temporary workaround for https://github.com/googleapis/gapic-generator-python/issues/778
51-
s.replace(
52-
"google/cloud/**/client.py",
53-
"""\s+if permissions:
54-
\s+request\.permissions\.extend\(permissions\)""",
55-
"",
56-
)
57-
5850
# ----------------------------------------------------------------------------
5951
# Add templated files
6052
# ----------------------------------------------------------------------------
6153
templated_files = common.py_library(
6254
samples=True, # set to True only if there are samples
6355
microgenerator=True,
56+
cov_level=99
6457
)
6558
s.move(templated_files, excludes=[".coveragerc"])
6659

0 commit comments

Comments
 (0)