Skip to content

Commit 0134f2e

Browse files
authored
test: drop majyk per-lang-version coverage level (#14)
Closes #13.
1 parent 94c2f64 commit 0134f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def default(session):
7979
"--cov-append",
8080
"--cov-config=.coveragerc",
8181
"--cov-report=",
82-
"--cov-fail-under=97",
82+
"--cov-fail-under=0",
8383
os.path.join("tests", "unit"),
8484
*session.posargs,
8585
)

0 commit comments

Comments
 (0)