diff --git a/pyproject.toml b/pyproject.toml index 2d8affa..06e90dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,11 +76,12 @@ dev = ["pyflowx[dev]"] [tool.coverage.run] branch = true concurrency = ["thread"] +omit = ["src/pyflowx/examples/*", "tests/*"] source = ["pyflowx"] [tool.coverage.report] exclude_lines = ["if TYPE_CHECKING:", "if __name__ == .__main__.:", "pragma: no cover", "raise NotImplementedError"] -fail_under = 100 +fail_under = 95 show_missing = true [tool.pytest.ini_options]