Skip to content

Commit

Permalink
generate coverage reports with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Nov 11, 2017
1 parent 2d689f2 commit 7fadf46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Expand Up @@ -31,6 +31,8 @@ commands = python setup.py build_sphinx
[testenv:cover]
commands =
python setup.py testr --slowest --coverage --testr-args="{posargs}"
coverage report --omit=*tests*
coverage html --omit=*tests*

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

0 comments on commit 7fadf46

Please sign in to comment.