Skip to content

Commit 6048a83

Browse files
committed
fix: enable relative paths in coverage configuration
1 parent db49770 commit 6048a83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ filterwarnings = [
206206
[tool.coverage.run]
207207
source = ["src"]
208208
branch = true
209+
relative_files = true
209210
omit = [
210211
"*/tests/*",
211212
"*/test_*",

0 commit comments

Comments
 (0)