diff --git a/pyproject.toml b/pyproject.toml index 14b2cdf2..dbffc211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,3 +8,11 @@ [tool.ruff] line-length = 100 + +[tool.coverage.run] +relative_files = true +branch = true + +[tool.coverage.report] +fail_under = 95.50 +precision = 2 diff --git a/setup.cfg b/setup.cfg index 82a36b85..b6214fd6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,8 +47,3 @@ galaxy_importer = ansible_test/container/Dockerfile ansible_test/container/entrypoint.sh ansible_test/container/eda/tox.ini - - -[coverage:report] -fail_under = 95.50 -precision = 2