From d39e382e2572d6fbb7fa11ebfc04c7991fdcbda2 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Wed, 18 Aug 2021 07:40:32 -0600 Subject: [PATCH] chore: generate python samples templates in owlbot.py (#95) Generate python samples templates in owlbot.py --- packages/grafeas/owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafeas/owlbot.py b/packages/grafeas/owlbot.py index efd03033a8f9..4ac0f7ae0168 100644 --- a/packages/grafeas/owlbot.py +++ b/packages/grafeas/owlbot.py @@ -197,7 +197,7 @@ def test_get_occurrence""", samples=False, microgenerator=True, # set to True only if there are samples cov_level=90 # some coverage is missing due to manual alterations ) - +python.py_samples(skip_readmes=True) s.move( templated_files, excludes=[".coveragerc", ".github/snippet-bot.yml"] ) # microgenerator has a good .coveragerc file