Skip to content

Commit 5964009

Browse files
authored
chore: exclude autogenerated .coveragerc (#1510)
1 parent 0eb45b5 commit 5964009

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

owlbot.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
s.move(
3838
[library],
3939
excludes=[
40+
".coveragerc",
4041
"docs/**/*",
4142
"scripts/fixup*.py",
4243
"setup.py",
@@ -108,12 +109,6 @@
108109
109110
""")
110111

111-
s.replace(
112-
".coveragerc",
113-
"omit =",
114-
"""omit =
115-
.nox/*""")
116-
117112
python.py_samples(skip_readmes=True)
118113

119114
# Use a python runtime which is available in the owlbot post processor here

0 commit comments

Comments
 (0)