From 5087ce2184f48cda5d4588981ba9e306439122ff Mon Sep 17 00:00:00 2001 From: phnix Date: Sat, 9 May 2026 22:11:42 -0400 Subject: [PATCH] fix: add pytest-cov to dev dependencies for CI coverage --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9ce144f..05a5f61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,7 @@ dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "pytest-timeout>=2.0.0", + "pytest-cov>=4.0.0", "httpx>=0.25.0", "black>=23.0.0", "ruff>=0.1.0",