Switch to html coverage reports.

Change-Id: Id841726e55bb0c8fb9b6a80648e1e3727b8d5a03
Reviewed-on: https://review.openstack.org/11891
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2012-08-23 11:39:57 -07:00 committed by Jenkins
parent ce9cb08928
commit 0c6f4af977
2 changed files with 12 additions and 2 deletions

View File

@ -7,6 +7,8 @@
# what packages we ended up testing.
#
export NOSE_COVER_HTML=1
venv=cover
tox -e$venv

View File

@ -22,8 +22,16 @@
- coverage
publishers:
- coverage
- console-log-post
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
source: 'cover/**'
keep-hierarchy: true
copy-after-failure: true
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
copy-console: true
copy-after-failure: true
node: '{node}'