Introduce test coverage threshold
Enforce a total coverage of 40% of the code. Related #1097
This commit is contained in:
parent
c1bc39f99f
commit
454e1601bd
|
@ -18,3 +18,5 @@ exclude_lines =
|
|||
pragma: no cover
|
||||
if __name__ == '__main__':
|
||||
if typing.TYPE_CHECKING
|
||||
|
||||
fail_under = 40
|
||||
|
|
Loading…
Reference in New Issue