We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141d6f6 commit 7b04230Copy full SHA for 7b04230
tox.ini
@@ -58,7 +58,10 @@ basepython=python3.9
58
[testenv:coverage]
59
sitepackages=True
60
whitelist_externals=coverage
61
-commands = coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
+commands =
62
+ coverage run --branch -m pytest --hypothesis-show-statistics {posargs:src/ecdsa}
63
+ coverage xml
64
+ coverage report -m
65
66
[testenv:speed]
67
commands = {envpython} speed.py
0 commit comments