Skip to content

Commit a236d4a

Browse files
committed
fix: fix pytest-cov settings
@jsstevenson pointed this out in cat-vrs-python (ga4gh/cat-vrs-python#34)
1 parent 38199d3 commit a236d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ where = ["src"]
151151
[tool.setuptools_scm]
152152

153153
[tool.pytest.ini_options]
154-
addopts = "--cov-report=term-missing --cov=ga4gh"
155-
testpaths = ["tests", "src"]
154+
addopts = "--cov-report=term-missing --cov=ga4gh.va_spec"
155+
testpaths = ["tests"]
156156
doctest_optionflags = "ALLOW_UNICODE ALLOW_BYTES ELLIPSIS IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE"

0 commit comments

Comments
 (0)