From 62eeff9c84b8430a9ed0d69504ab9fde887fba67 Mon Sep 17 00:00:00 2001 From: Martin Hanicinec Date: Thu, 13 Jan 2022 15:13:48 +0100 Subject: [PATCH] remove doc from the coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fab629b..e4e9fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ commands = pytest """ [tool.coverage.run] -omit = ["tests/*", "src/pyvalem/__init__.py"] +omit = ["tests/*", "src/pyvalem/__init__.py", "doc/*"] [tool.coverage.html] directory = "htmlcov" \ No newline at end of file