summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"]
remember that computers suck.