Skip to content

Commit

Permalink
test: drop per-language-version coverage levels (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut authored Mar 3, 2020
1 parent b26b2a7 commit c6a0372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grafeas/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def default(session):
"--cov-append",
"--cov-config=.coveragerc",
"--cov-report=",
"--cov-fail-under=78",
"--cov-fail-under=0",
os.path.join("tests", "unit"),
*session.posargs,
)
Expand Down

0 comments on commit c6a0372

Please sign in to comment.