diff --git a/pyproject.toml b/pyproject.toml index a11c942..827cfe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest = "^8.3.2" pytest-cov = "^5.0.0" [tool.pytest.ini_options] -addopts = "--cov=. --cov-report=term-missing --cov-report=html" +addopts = "--cov=. --cov-report=term-missing --cov-report=html --cov-fail-under=90" DJANGO_SETTINGS_MODULE = "kernel.settings" python_files = ["tests.py", "test_*.py"] testpaths = ["tests"]