Skip to content

Commit 69117de

Browse files
remove min coverage threshold
1 parent 6637c77 commit 69117de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ addopts = [
118118
"--cov-report=html:htmlcov",
119119
"--cov-report=term-missing",
120120
"--cov-report=xml",
121-
"--cov-fail-under=75",
121+
# "--cov-fail-under=75", # Commented out for future addition
122122
"--strict-markers",
123123
"--strict-config",
124124
"-ra",

0 commit comments

Comments
 (0)