From 1c9afdeb720079f8670571b53f92efc0b8ed0bc4 Mon Sep 17 00:00:00 2001 From: Max Isbey <224885523+maxisbey@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:26:29 +0000 Subject: [PATCH] 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. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4408f08b8..9a241019f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -199,7 +199,6 @@ branch = true patch = ["subprocess"] concurrency = ["multiprocessing", "thread"] source = ["src", "tests"] -relative_files = true omit = [ "src/mcp/client/__main__.py", "src/mcp/server/__main__.py",