Skip to content

Commit 7fadf46

Browse files
author
Gauvain Pocentek
committed
generate coverage reports with tox
1 parent 2d689f2 commit 7fadf46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ commands = python setup.py build_sphinx
3131
[testenv:cover]
3232
commands =
3333
python setup.py testr --slowest --coverage --testr-args="{posargs}"
34+
coverage report --omit=*tests*
35+
coverage html --omit=*tests*
3436

3537
[testenv:cli_func_v3]
3638
commands = {toxinidir}/tools/functional_tests.sh -a 3

0 commit comments

Comments
 (0)