Skip to content

Commit 0c2c556

Browse files
authored
test: drop majyk per-lang-version coverage level (googleapis#12)
Closes googleapis#11.
1 parent bd1e12a commit 0c2c556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def default(session):
4141
"--cov-append",
4242
"--cov-config=.coveragerc",
4343
"--cov-report=",
44-
"--cov-fail-under=97",
44+
"--cov-fail-under=0",
4545
os.path.join("tests", "unit"),
4646
*session.posargs
4747
)
@@ -126,4 +126,4 @@ def docs(session):
126126
os.path.join("docs", "_build", "doctrees", ""),
127127
os.path.join("docs", ""),
128128
os.path.join("docs", "_build", "html", ""),
129-
)
129+
)

0 commit comments

Comments
 (0)