Skip to content

Commit fcd0399

Browse files
committed
Coverage: track tests in subprocesses
1 parent fa387dd commit fcd0399

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,12 @@ force-sort-within-sections = true
7878
#
7979

8080
[tool.pytest.ini_options]
81-
addopts = "-v --cov=pgfutils --cov-report html --cov-report term --cov-branch"
81+
addopts = "-v --cov=pgfutils --cov-report html --cov-report term"
8282
filterwarnings = [
8383
"ignore:The distutils package is deprecated",
8484
"ignore:numpy.ndarray size changed"
8585
]
86+
87+
[tool.coverage.run]
88+
branch = true
89+
patch = ["subprocess"]

0 commit comments

Comments
 (0)