From 7fd1cb2545c895fc6e75a242e372035ceb9f3273 Mon Sep 17 00:00:00 2001 From: gounux Date: Sun, 21 Jul 2024 17:40:40 +0200 Subject: [PATCH] edit coverage config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1997cdb..ea71c2d 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ testpaths = "tests" branch = true [tool.coverage.report] -include = ["gischat/**.py"] +include = ["gischat/*.py"] [build-system] requires = ["poetry-core"]