From 7177eaa1c5b817d83b669a5fd34e09ec6b2be686 Mon Sep 17 00:00:00 2001 From: Preocts Date: Fri, 13 Mar 2026 23:55:18 -0400 Subject: [PATCH] Add source so coverage reports unimported files --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fc8980f..fe209c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,8 @@ warn_unused_ignores = false [tool.coverage.run] branch = true +source = ["src/module_name", "tests"] + [tool.coverage.report] exclude_lines = [