We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d689f2 commit 7fadf46Copy full SHA for 7fadf46
tox.ini
@@ -31,6 +31,8 @@ commands = python setup.py build_sphinx
31
[testenv:cover]
32
commands =
33
python setup.py testr --slowest --coverage --testr-args="{posargs}"
34
+ coverage report --omit=*tests*
35
+ coverage html --omit=*tests*
36
37
[testenv:cli_func_v3]
38
commands = {toxinidir}/tools/functional_tests.sh -a 3
0 commit comments