Skip to content

Commit ab1b59e

Browse files
chore: Fail build if code coverage is too low
1 parent 6af7301 commit ab1b59e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ branch = True
99

1010
[coverage:report]
1111
show_missing = True
12+
fail_under = 95
1213

1314
[tool:pytest]
1415
log_level = DEBUG

0 commit comments

Comments
 (0)