Merge "Improve coverage report"

This commit is contained in:
Jenkins 2014-04-16 03:42:50 +00:00 committed by Gerrit Code Review
commit 861272a884
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
.coverage
build
dist
cover
#
# for GLOBAL

View File

@ -21,7 +21,11 @@ commands = {posargs}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_COVERAGE=1
NOSE_COVER_BRANCHES=1
NOSE_COVER_PACKAGE=swift3
NOSE_COVER_HTML=1
NOSE_COVER_HTML_DIR={toxinidir}/cover
NOSE_COVER_ERASE=1
[tox:jenkins]
downloadcache = ~/cache/pip