Merge "exclude tests from code coverage report"

This commit is contained in:
Jenkins
2014-10-06 17:52:54 +00:00
committed by Gerrit Code Review

View File

@@ -14,7 +14,7 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:cover]
commands =
coverage run -m discover
coverage report --show-missing
coverage report --omit="tests/*" --show-missing
[testenv:py26]
deps = -r{toxinidir}/requirements.txt