Skip to content

Commit b091985

Browse files
test: Add html coverage reports from pytest (#1771)
* Add pytest tool options for html coverage reports.
1 parent 9c9d4d0 commit b091985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ addopts = [
4747
"--ignore=binder/",
4848
"--ignore=docs/",
4949
"--cov=pyhf",
50-
"--cov-report=term-missing",
5150
"--cov-config=.coveragerc",
51+
"--cov-report=term-missing",
5252
"--cov-report=xml",
53+
"--cov-report=html",
5354
"--doctest-modules",
5455
"--doctest-glob='*.rst'"
5556
]

0 commit comments

Comments
 (0)