Skip to content

Commit 4898748

Browse files
committed
update --cov-fail-under
1 parent d3a042e commit 4898748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/django-google-spanner/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def default(session):
131131
"--cov-append",
132132
"--cov-config=.coveragerc",
133133
"--cov-report=",
134-
"--cov-fail-under=75",
134+
"--cov-fail-under=0",
135135
os.path.join("tests", "unit"),
136136
*session.posargs,
137137
)

0 commit comments

Comments
 (0)