Bu Sun Kim | 65e33c0 | 2019-10-25 10:45:00 -0700 | [diff] [blame] | 1 | import synthtool as s |
2 | from synthtool import gcp | ||||
3 | |||||
4 | common = gcp.CommonTemplates() | ||||
5 | |||||
6 | # ---------------------------------------------------------------------------- | ||||
7 | # Add templated files | ||||
8 | # ---------------------------------------------------------------------------- | ||||
9 | templated_files = common.py_library(unit_cov_level=100, cov_level=100) | ||||
10 | s.move(templated_files / '.kokoro') # just move kokoro configs |