Skip to content

Commit ef32454

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 937280b commit ef32454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-ndb/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def cover(session):
185185
test runs (not system test runs), and then erases coverage data.
186186
"""
187187
session.install("coverage", "pytest-cov")
188-
session.run("coverage", "report", "--show-missing", "--fail-under=100")
188+
session.run("coverage", "report", "--show-missing")
189189

190190
session.run("coverage", "erase")
191191

0 commit comments

Comments
 (0)