ci: bump base coverage to 90%

This commit is contained in:
Mike 2022-08-12 14:46:16 -07:00
parent fb83744dd9
commit e24edcdc2d

View file

@ -92,7 +92,7 @@ addopts =
--cov-report=html
--cov-report=xml
--cov-branch
--cov-fail-under=10
--cov-fail-under=90
[coverage:run]