Skip to content

Commit 7add12e

Browse files
authored
chore: generate python samples templates in owlbot.py (#99)
Generate python samples templates in owlbot.py
1 parent 9ad6a10 commit 7add12e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/google-cloud-functions/owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# Add templated files
3333
# ----------------------------------------------------------------------------
3434
templated_files = common.py_library(cov_level=98, microgenerator=True)
35+
python.py_samples(skip_readmes=True)
3536
s.move(
3637
templated_files, excludes=[".coveragerc"]
3738
) # the microgenerator has a good coveragerc file

0 commit comments

Comments
 (0)