Merge "Add support for POST commit coverage runs"

This commit is contained in:
Jenkins
2013年09月14日 00:19:05 +00:00
committed by Gerrit Code Review

View File

@@ -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
openstack/swift
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.

The note is not visible to the blocked user.