From 4dfaa82605f901f1ff9acfcfb2f1ea90c68beb6c Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:04:41 +0100 Subject: [PATCH] DX: sync required coverage with codecov --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6747203..e795088 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ allowlist_externals = pytest commands = pytest {posargs:tests} \ - --cov-fail-under=90 \ + --cov-fail-under=85 \ --cov-report=html \ --cov-report=xml \ --cov=boostcfg \