Skip to content

Commit 1c9afde

Browse files
committed
chore: remove relative_files from coverage config
Remove `relative_files = true` from the coverage.run configuration in pyproject.toml as it is no longer needed.
1 parent f0ab53e commit 1c9afde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ branch = true
199199
patch = ["subprocess"]
200200
concurrency = ["multiprocessing", "thread"]
201201
source = ["src", "tests"]
202-
relative_files = true
203202
omit = [
204203
"src/mcp/client/__main__.py",
205204
"src/mcp/server/__main__.py",

0 commit comments

Comments
 (0)