From 826bc21f83b76a7165ae575781156be0360f1b69 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 5 Jun 2013 20:09:08 -0700 Subject: Move coverage output dir for Jenkins. * tox.ini: Set the coverage html output dir to {toxinidir}/cover so that Jenkins can find it and upload the coverage to the log server. Change-Id: I231485ce46b1ef91eb219e63552203b86d6d65c2 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 2c6838bd..ff9f8e67 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,8 @@ downloadcache = ~/cache/pip [testenv:cover] setenv = NOSE_WITH_COVERAGE=1 + NOSE_COVER_HTML=1 + NOSE_COVER_HTML_DIR={toxinidir}/cover [testenv:venv] commands = {posargs} -- cgit