Skip to content

Commit 7d17324

Browse files
authored
reduce test coverage fail threshold (#1151)
1 parent d1a43ca commit 7d17324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ branch = True
1818
[coverage:report]
1919
skip_covered = True
2020
show_missing = True
21-
fail_under = 98
21+
fail_under = 90
2222

2323
[yapf]
2424
based_on_style = pep8

0 commit comments

Comments
 (0)