Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
chore: generate python samples templates in owlbot.py (#106)
Browse files Browse the repository at this point in the history
Generate python samples templates in owlbot.py
  • Loading branch information
busunkim96 committed Aug 18, 2021
1 parent 2f82263 commit 0386249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions owlbot.py
Expand Up @@ -46,6 +46,7 @@
microgenerator=True,
cov_level=98,
)
python.py_samples(skip_readmes=True)
s.move(
templated_files, excludes=[".coveragerc"]
) # the microgenerator has a good coveragerc file
Expand Down

0 comments on commit 0386249

Please sign in to comment.