diff --git a/pyproject.toml b/pyproject.toml index 6cfbebd..525137f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,15 @@ include = [ "tests", ] +[tool.pytest.ini_options] +addopts = "-ra --tb=long" +testpaths = ["tests"] + +[tool.coverage] +run.omit = ["tests/*"] +report.precision = 2 +html.title = "Syncplay Bootstrap Coverage" + [tool.hatch.version] path = "src/syncplay/syncplay/__init__.py"