aboutsummaryrefslogtreecommitdiff
path: root/synth.py
blob: 069b21472d314f1d01027373ed099cc5043b3ca5 (plain)
1
2
3
4
5
6
7
8
9
10
import synthtool as s
from synthtool import gcp

common = gcp.CommonTemplates()

# ----------------------------------------------------------------------------
# Add templated files
# ----------------------------------------------------------------------------
templated_files = common.py_library(unit_cov_level=100, cov_level=100)
s.move(templated_files / '.kokoro')  # just move kokoro configs