Merge "Consolidate tox run output into one report"

This commit is contained in:
Jenkins 2016-11-19 01:34:57 +00:00 committed by Gerrit Code Review
commit 6af61c59a4
1 changed files with 3 additions and 6 deletions

View File

@ -149,13 +149,10 @@ setenv =
PYTHONHASHSEED = 100
commands =
coverage erase
coverage run {toxinidir}/tests/test_inventory.py
coverage run -a {toxinidir}/tests/test_inventory.py
coverage run -a {toxinidir}/tests/test_manage.py
coverage run -a {toxinidir}/tests/test_ip.py
coverage report --show-missing --include={toxinidir}/playbooks/inventory/*,{toxinidir}/lib/*
coverage erase
coverage run {toxinidir}/tests/test_manage.py
coverage report --show-missing --include={toxinidir}/lib/*
coverage run {toxinidir}/tests/test_ip.py
coverage report --show-missing --include={toxinidir}/lib/*
[testenv:linters]