From 7d2eb9655398deebe7685f0c9f0df0681a512d70 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Tue, 18 Nov 2025 23:53:34 +0100 Subject: [PATCH] fixed coverage issues when running pytest --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 6baca7e7..4f28913e 100644 --- a/pytest.ini +++ b/pytest.ini @@ -16,7 +16,6 @@ addopts = -ra --cov=app --cov=models - --cov=utils --cov=middleware --cov-report=term-missing --cov-report=html:htmlcov