Merge "Make sure to report only coverage for the monasca_analytics module."

This commit is contained in:
Jenkins 2016-09-20 17:11:42 +00:00 committed by Gerrit Code Review
commit 2515504b41
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ commands =
nosetests -w test
[testenv:cover]
commands = nosetests -w test --cover-package monasca_analytics
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_COVERAGE=1
NOSE_COVER_BRANCHES=1