We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb45b5 commit 5964009Copy full SHA for 5964009
owlbot.py
@@ -37,6 +37,7 @@
37
s.move(
38
[library],
39
excludes=[
40
+ ".coveragerc",
41
"docs/**/*",
42
"scripts/fixup*.py",
43
"setup.py",
@@ -108,12 +109,6 @@
108
109
110
""")
111
-s.replace(
112
- ".coveragerc",
113
- "omit =",
114
- """omit =
115
- .nox/*""")
116
-
117
python.py_samples(skip_readmes=True)
118
119
# Use a python runtime which is available in the owlbot post processor here
0 commit comments