From afa94be55360e9c6f5c5ebbbdc05044e8d105338 Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Fri, 9 Jan 2026 09:50:50 +0100 Subject: [PATCH] fix: Add pytest-cov to dev dependencies for coverage reporting in CI --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 131e1fe..b0ea07e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,7 @@ # Testing pytest>=7.0 pytest-asyncio>=0.21 +pytest-cov>=4.0.0 # Code Quality pre-commit>=3.6.0