From 8ad3000474ea48589601f5bb1a05b7b608eb5ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 3 Oct 2022 23:21:54 +0200 Subject: fixup! wip: add tests --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyproject.toml') 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"] -- cgit v1.2.3