diff --git a/pyproject.toml b/pyproject.toml index 30496dd..fc6690b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ addopts = [ "--cov-report=term-missing", "--cov-report=html", "--cov-report=xml", - "--cov-fail-under=85", + "--cov-fail-under=82", ] markers = [ "unit: Unit tests",