We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa387dd commit fcd0399Copy full SHA for fcd0399
1 file changed
pyproject.toml
@@ -78,8 +78,12 @@ force-sort-within-sections = true
78
#
79
80
[tool.pytest.ini_options]
81
-addopts = "-v --cov=pgfutils --cov-report html --cov-report term --cov-branch"
+addopts = "-v --cov=pgfutils --cov-report html --cov-report term"
82
filterwarnings = [
83
"ignore:The distutils package is deprecated",
84
"ignore:numpy.ndarray size changed"
85
]
86
+
87
+[tool.coverage.run]
88
+branch = true
89
+patch = ["subprocess"]
0 commit comments