From 726a7d49c9f79258e339dbc5fc15be45e659a4f3 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sat, 5 Sep 2020 00:11:55 +0100 Subject: [PATCH] add cov-fail-under --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 3cd5077..6da888d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,6 +54,7 @@ addopts = --strict-config --strict-markers --cov + --cov-fail-under=92.00 --cov-report=term-missing:skip-covered xfail_strict = True junit_family = xunit2