From 7609c64c8b6a917931136efb3495c7c7632504fd Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Sat, 5 Apr 2025 03:05:26 +0200 Subject: [PATCH] CI: make coverage cfg work with both editable and dist install --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5726f1..4da39ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,4 @@ where = ["src"] [tool.coverage.run] branch = true -source = [ - "src/eynollah" -] +source = ["eynollah"]