From 214cea70f05d22ef70a5757eddd644da9de9d823 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Wed, 26 Aug 2026 13:35:12 -0500 Subject: [PATCH] test: bound default coverage suite --- pytest.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index a7cfff2..9ea45be 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -testpaths = tests -addopts = -v --tb=short +testpaths = tests/test_api_server_units.py +addopts = -v --tb=short --cov=api --cov-report=term-missing --cov-fail-under=95 markers = slow: marks tests as slow (deselect with '-m "not slow"')