QA-Improver

This commit is contained in:
2026-04-11 06:42:24 -04:00
parent 794de9c721
commit 0686224824
75 changed files with 350 additions and 108 deletions

View File

@@ -62,6 +62,7 @@ packages = ["src/impakt"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]
addopts = "--cov=impakt --cov-report=term-missing:skip-covered --cov-fail-under=60"
filterwarnings = [
"ignore::pytest.PytestCollectionWarning",
]