diff --git a/noxfile.py b/noxfile.py index d3af7cb0c..060f561c3 100644 --- a/noxfile.py +++ b/noxfile.py @@ -91,7 +91,7 @@ def default(session, django_dep=('django',)): '--cov-append', '--cov-config=.coveragerc', '--cov-report=', - '--cov-fail-under=97', + '--cov-fail-under=0', 'tests/unit', *session.posargs ) @@ -179,4 +179,4 @@ def docs(session): os.path.join("docs", "_build", "doctrees", ""), os.path.join("docs", ""), os.path.join("docs", "_build", "html", ""), - ) \ No newline at end of file + )