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:
parent
ce9cb08928
commit
0c6f4af977
@ -7,6 +7,8 @@
|
||||
# what packages we ended up testing.
|
||||
#
|
||||
|
||||
export NOSE_COVER_HTML=1
|
||||
|
||||
venv=cover
|
||||
|
||||
tox -e$venv
|
||||
|
@ -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}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user