From e24edcdc2dc813b862825d4482dfa44a49fd6709 Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Fri, 12 Aug 2022 14:46:16 -0700 Subject: [PATCH] ci: bump base coverage to 90% --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 02b6569..4e9f9a9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -92,7 +92,7 @@ addopts = --cov-report=html --cov-report=xml --cov-branch - --cov-fail-under=10 + --cov-fail-under=90 [coverage:run]