From 9a06ec9ac858e884a1348841cd9f1c7c6b444612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20F=C3=B6rster?= Date: Thu, 13 Mar 2025 07:19:18 +0100 Subject: [PATCH] update config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3460d5..56cfa96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ log_cli = true [tool.coverage.run] relative_files = true source = [ - "lang_main", + "src/", "tests/", ]