Skip to content

Commit

Permalink
test: drop majyk per-lang-version coverage level (#14)
Browse files Browse the repository at this point in the history
Closes #13.
  • Loading branch information
tseaver committed Feb 25, 2020
1 parent 94c2f64 commit 0134f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -79,7 +79,7 @@ def default(session):
"--cov-append",
"--cov-config=.coveragerc",
"--cov-report=",
"--cov-fail-under=97",
"--cov-fail-under=0",
os.path.join("tests", "unit"),
*session.posargs,
)
Expand Down

0 comments on commit 0134f2e

Please sign in to comment.