We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443653b commit 601c7bdCopy full SHA for 601c7bd
pyproject.toml
@@ -342,7 +342,7 @@ plugins = ["pydantic.mypy"] # Enable mypy plugin for Pydantic model
342
343
[tool.pytest.ini_options]
344
minversion = "6.0"
345
-addopts = "-ra --cov=cforge --cov-report=html:htmlcov --cov-report=term"
+addopts = "-ra --cov=cforge --cov-report=html:htmlcov --cov-report=term --cov-fail-under=100"
346
testpaths = [ "tests",]
347
filterwarnings = [
348
"error", # Turn ALL warnings into errors by default
0 commit comments