Skip to content

Commit 3220834

Browse files
committed
Keep coverage fail_under at 90
1 parent 7137aee commit 3220834

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exclude_lines = [
2525
"if __name__ == .__main__.:",
2626
"any\\("
2727
]
28-
fail_under = 80
28+
fail_under = 90
2929
omit = [
3030
"venv/**",
3131
"runner.py",

0 commit comments

Comments
 (0)