Enforce 95% code coverage,

This commit is contained in:
Dave Shawley 2021-09-12 18:23:22 -04:00 committed by Dave Shawley
parent 665eb71436
commit 77ecc36026
No known key found for this signature in database
GPG key ID: F41A8A99298F8EED

View file

@ -9,6 +9,7 @@ warning-is-error = 1
strict = 1
[coverage:report]
fail_under = 95
show_missing = 1
[coverage:run]