diff --git a/owlbot.py b/owlbot.py index 770b5ec..142c77d 100644 --- a/owlbot.py +++ b/owlbot.py @@ -48,6 +48,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