Merge "tox: Re-add cover target"

This commit is contained in:
Zuul 2018-08-01 05:17:27 +00:00 committed by Gerrit Code Review
commit 033c1bdee8
1 changed files with 10 additions and 0 deletions

10
tox.ini
View File

@ -31,6 +31,16 @@ commands =
basepython = python3
commands = {posargs}
[testenv:cover]
basepython = python3
setenv =
PYTHON=coverage run --source pbr --parallel-mode
commands =
stestr run {posargs}
coverage combine
coverage html -d cover
coverage xml -o cover/coverage.xml
[flake8]
# H405 multi line docstring summary not separated with an empty line
# H904 "Wrap lines in parentheses and not a backslash for line continuation