From 8acb90974f02833a8cf46724fab163e41b9da630 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 18 Aug 2021 07:40:49 -0600 Subject: [PATCH] chore: generate python samples templates in owlbot.py (#71) Generate python samples templates in owlbot.py --- owlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owlbot.py b/owlbot.py index 25fab74..3e536b4 100644 --- a/owlbot.py +++ b/owlbot.py @@ -32,6 +32,7 @@ # Add templated files # ---------------------------------------------------------------------------- templated_files = common.py_library(cov_level=99, microgenerator=True) +python.py_samples(skip_readmes=True) s.move( templated_files, excludes=[".coveragerc"] ) # the microgenerator has a good coveragerc file