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

Commit

Permalink
fix owlbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Aug 19, 2021
1 parent 0f97aa0 commit 3ed5687
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions owlbot.py
Expand Up @@ -41,9 +41,13 @@
# ----------------------------------------------------------------------------

templated_files = common.py_library(cov_level=99, microgenerator=True)
python.py_samples(skip_readmes=True)

# the microgenerator has a good coveragerc file
excludes = [".coveragerc"]
s.move(
templated_files, excludes=excludes
) # the microgenerator has a good coveragerc file

python.py_samples(skip_readmes=True)

# Remove the replacements below once https://github.com/googleapis/synthtool/pull/1188 is merged

Expand Down Expand Up @@ -86,9 +90,5 @@
"blob/master/noxfile.py",
"blob/main/noxfile.py",
)
excludes = [".coveragerc"]
s.move(
templated_files, excludes=excludes
)

s.shell.run(["nox", "-s", "blacken"], hide_output=False)

0 comments on commit 3ed5687

Please sign in to comment.