From d7bfb33b1fb5d65fbe24f9b4099e8fdac6ed1313 Mon Sep 17 00:00:00 2001
From: Jackson <jackson@jacksonchen666.com>
Date: Mon, 23 Mar 2026 10:40:55 +0100
Subject: [PATCH] disable test coverage

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 404fd8d..890f46c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -107,7 +107,7 @@ ignore_missing_imports = true
 
 [tool.pytest.ini_options]
 testpaths = "tests"
-addopts = "--cov=todoman --cov-report=term-missing --color=yes --verbose"
+addopts = "--color=yes --verbose"
 
 [tool.coverage.report]
 exclude_lines = [
-- 
2.52.0

