diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-10-03 23:21:54 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-10-03 23:21:54 +0200 |
commit | 8ad3000474ea48589601f5bb1a05b7b608eb5ef4 (patch) | |
tree | 0eb11104415fca5a5b25b1d2f42fc1ad1be9f21e /pyproject.toml | |
parent | a4c33c55bf122d610628b76545dc50f52d4942ce (diff) | |
download | pydanclick-8ad3000474ea48589601f5bb1a05b7b608eb5ef4.tar.gz |
fixup! wip: add tests
Diffstat (limited to 'pyproject.toml')
-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"] |