Skip to content

Commit

Permalink
include coverage report in tox -e coverage run
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Nov 20, 2020
1 parent 141d6f6 commit 7b04230
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ basepython=python3.9
[testenv:coverage]
sitepackages=True
whitelist_externals=coverage
commands = coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
commands =
coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
coverage xml
coverage report -m

[testenv:speed]
commands = {envpython} speed.py
Expand Down

0 comments on commit 7b04230

Please sign in to comment.