From 4ac818f74cc341cff789cd9033fa6fcdd701faab Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 13 Apr 2022 17:08:08 -0400 Subject: [PATCH] pytest: Lower percentage to 75% So...personally, I think unit testing most of the coreos-assembler code in practice is not very useful. We have good integration tests that cover things. --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 8b36970ea6..7eced2f302 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --cov=cosalib.cli --cov=cosalib.meta --cov=cosalib.cmdlib --cov-report term --cov-fail-under=80 +addopts = --cov=cosalib.cli --cov=cosalib.meta --cov=cosalib.cmdlib --cov-report term --cov-fail-under=75