File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
packages/google-cloud-bigtable Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 4747s .move (library / "tests" )
4848s .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# ----------------------------------------------------------------------------
6153templated_files = common .py_library (
6254 samples = True , # set to True only if there are samples
6355 microgenerator = True ,
56+ cov_level = 99
6457)
6558s .move (templated_files , excludes = [".coveragerc" ])
6659
You can’t perform that action at this time.
0 commit comments