Skip to content

Commit

Permalink
chore: generate python samples templates in owlbot.py (#95)
Browse files Browse the repository at this point in the history
Generate python samples templates in owlbot.py
  • Loading branch information
busunkim96 authored Aug 18, 2021
1 parent 50ec61b commit d39e382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grafeas/owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d39e382

Please sign in to comment.