summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-10-03 23:21:54 +0200
committerRomain Gonçalves <me@rgoncalves.se>2022-10-03 23:21:54 +0200
commit8ad3000474ea48589601f5bb1a05b7b608eb5ef4 (patch)
tree0eb11104415fca5a5b25b1d2f42fc1ad1be9f21e /pyproject.toml
parenta4c33c55bf122d610628b76545dc50f52d4942ce (diff)
downloadpydanclick-8ad3000474ea48589601f5bb1a05b7b608eb5ef4.tar.gz
fixup! wip: add tests
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.