Skip to content

Commit 9698e11

Browse files
chore: Update min coverage to be 80%
1 parent 80cd2ac commit 9698e11

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
@@ -170,7 +170,7 @@ addopts = [
170170
"--cov-report=term-missing:skip-covered",
171171
"--cov-report=html",
172172
"--cov-report=xml",
173-
"--cov-fail-under=87",
173+
"--cov-fail-under=80",
174174
]
175175
testpaths = ["tests"]
176176
norecursedirs = [

0 commit comments

Comments
 (0)