Merge "Exclude tests from coverage"

This commit is contained in:
Jenkins 2017-08-04 06:44:57 +00:00 committed by Gerrit Code Review
commit 8640ff81ef
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ basepython = python2.7
commands =
{[testenv]commands}
coverage erase
python setup.py test --coverage --testr-args='{posargs}' --coverage-package-name=monascaclient
python setup.py test --coverage --testr-args='{posargs}' --coverage-package-name=monascaclient --omit=monascaclient/tests/*
coverage report
[testenv:debug]