Skip to content

Commit 68cbc48

Browse files
authored
test: drop majyk per-lang-version coverage level (#28)
Closes #27.
1 parent 15bae74 commit 68cbc48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def default(session, django_dep=('django',)):
9191
'--cov-append',
9292
'--cov-config=.coveragerc',
9393
'--cov-report=',
94-
'--cov-fail-under=97',
94+
'--cov-fail-under=0',
9595
'tests/unit',
9696
*session.posargs
9797
)
@@ -179,4 +179,4 @@ def docs(session):
179179
os.path.join("docs", "_build", "doctrees", ""),
180180
os.path.join("docs", ""),
181181
os.path.join("docs", "_build", "html", ""),
182-
)
182+
)

0 commit comments

Comments
 (0)