Skip to content

Commit 35e1cdd

Browse files
committed
ensure relative files set for coverage
Change-Id: I834d540e35b317aaa679663c15f207c99fc9f749
1 parent 3c3dd66 commit 35e1cdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ mypy = [
8686
"pytest>8,<8.4", # alembic/testing imports pytest
8787
]
8888

89+
[tool.coverage.paths]
90+
#source=["."]
91+
92+
[tool.coverage.run]
93+
relative_files = true
94+
8995
[tool.setuptools]
9096
include-package-data = true
9197
zip-safe = false

0 commit comments

Comments
 (0)