diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 60d8039..619f2a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,10 +38,12 @@ source = ["pydanclick"] [tool.coverage.run] branch = true source = ["pydanclick"] +omit = ["*examples*"] [tool.coverage.report] show_missing = true fail_under = 100 +exclude_lines = ["pragma: no cover"] [build-system] requires = ["poetry-core>=1.0.0"] |