Skip to content

Commit 7b04230

Browse files
committed
include coverage report in tox -e coverage run
1 parent 141d6f6 commit 7b04230

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ basepython=python3.9
5858
[testenv:coverage]
5959
sitepackages=True
6060
whitelist_externals=coverage
61-
commands = coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
61+
commands =
62+
coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
63+
coverage xml
64+
coverage report -m
6265

6366
[testenv:speed]
6467
commands = {envpython} speed.py

0 commit comments

Comments
 (0)