Add support for POST commit coverage runs
Modeled on how keystone does it. Change-Id: Idad4f854f1bfb915a48ff69988553810a76accc0 Signed-off-by: Peter Portante <peter.portante@redhat.com>
This commit is contained in:
1 changed files with 7 additions and 0 deletions
7
tox.ini
7
tox.ini
@@ -16,6 +16,13 @@ deps =
-r{toxinidir}/test-requirements.txt
commands = nosetests test/unit {posargs}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_COVERAGE=1
NOSE_COVER_BRANCHES=1
NOSE_COVER_HTML=1
NOSE_COVER_HTML_DIR={toxinidir}/cover
[tox:jenkins]
downloadcache = ~/cache/pip
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.