From c8f3af8ada1afe7fc1ecf53e84f0912a1024f49a Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 8 Aug 2022 13:50:50 +1000 Subject: [PATCH] Lock coverage at 100% --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4957aa7..09a2200 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = poetry skip_install = True commands = poetry install -v - poetry run py.test -v --cov repo_autoindex --cov-report html {posargs} + poetry run py.test -v --cov repo_autoindex --cov-fail-under 100 --cov-report html {posargs} [testenv:mypy] commands =