From 4e734e903840cd42d284a6d37fecef6c8c32b2a1 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 12 Feb 2026 09:13:21 -0500 Subject: [PATCH] test: fix pytest-cov settings --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fba68d3..812f86e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -151,6 +151,6 @@ where = ["src"] [tool.setuptools_scm] [tool.pytest.ini_options] -addopts = "--cov-report=term-missing --cov=ga4gh" -testpaths = ["tests", "src"] +addopts = "--cov-report=term-missing --cov=ga4gh.cat_vrs" +testpaths = ["tests"] doctest_optionflags = "ALLOW_UNICODE ALLOW_BYTES ELLIPSIS IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE"