Skip to content

Commit c6a0372

Browse files
authored
test: drop per-language-version coverage levels (#10)
1 parent b26b2a7 commit c6a0372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grafeas/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=78",
82+
"--cov-fail-under=0",
8383
os.path.join("tests", "unit"),
8484
*session.posargs,
8585
)

0 commit comments

Comments
 (0)