Skip to content

Commit f6aa02b

Browse files
committed
Relocate relative files flag
1 parent 1707731 commit f6aa02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ build-backend = "setuptools.build_meta"
105105
[tool.coverage.paths]
106106
source = ["src", "*/site-packages"]
107107
tests = ["tests", "*/tests"]
108-
relative_files = true
109108

110109
[tool.coverage.run]
111110
branch = true
112111
source = ["src/mdio", "tests"]
112+
relative_files = true
113113

114114
[tool.coverage.report]
115115
show_missing = true

0 commit comments

Comments
 (0)