From 0bb9402797007adce80c4e4d41ba636096a053fb Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Tue, 17 Aug 2021 15:03:05 -0600 Subject: [PATCH] chore: generate python samples templates in owlbot.py --- owlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/owlbot.py b/owlbot.py index a1f9473..41cc945 100644 --- a/owlbot.py +++ b/owlbot.py @@ -40,6 +40,7 @@ # ---------------------------------------------------------------------------- templated_files = common.py_library(cov_level=98, microgenerator=True) +python.py_samples(skip_readmes=True) s.move( templated_files, excludes=[".coveragerc"], # the microgenerator has a goodcoveragerc file