Skip to content

Commit 9168e9a

Browse files
chore: Fail build if code coverage is too low
1 parent 3ebe7ec commit 9168e9a

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 = 90
1213

1314
[mypy]
1415
ignore_missing_imports = True

0 commit comments

Comments
 (0)