CI: make coverage cfg work with both editable and dist install

This commit is contained in:
Robert Sachunsky 2025-04-05 03:05:26 +02:00
parent bbc06dbbc1
commit 7609c64c8b

View file

@ -50,6 +50,4 @@ where = ["src"]
[tool.coverage.run]
branch = true
source = [
"src/eynollah"
]
source = ["eynollah"]