Skip to content

Commit

Permalink
test: drop majyk per-lang-version coverage level (#12)
Browse files Browse the repository at this point in the history
Closes #11.
  • Loading branch information
tseaver committed Feb 25, 2020
1 parent bd1e12a commit 0c2c556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Expand Up @@ -41,7 +41,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 Expand Up @@ -126,4 +126,4 @@ def docs(session):
os.path.join("docs", "_build", "doctrees", ""),
os.path.join("docs", ""),
os.path.join("docs", "_build", "html", ""),
)
)

0 comments on commit 0c2c556

Please sign in to comment.