Skip to content

Commit fbb202b

Browse files
committed
Generate HTML coverage metrics for local tests
1 parent d3e8c2d commit fbb202b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ basepython = python3.9
2727
[testenv:end]
2828
commands =
2929
coverage report -m --omit='venv/*','.tox/*','test/*'
30+
coverage html --omit='venv/*','.tox/*','test/*'
3031
coverage xml --omit='venv/*','.tox/*','test/*'

0 commit comments

Comments
 (0)