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"]