Code Review
/
storperf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8711601
)
Additional Coverage
41/24241/1
author
Mark Beierl
<mark.beierl@dell.com>
Fri, 11 Nov 2016 15:48:38 +0000
(10:48 -0500)
committer
Mark Beierl
<mark.beierl@dell.com>
Fri, 11 Nov 2016 15:48:38 +0000
(10:48 -0500)
Adds HTML output to coverage so we can see it in Jenkins
Change-Id: I89595921bf86b8963890051a25e45f7bd08b0636
Signed-off-by: Mark Beierl <mark.beierl@dell.com>
.gitignore
patch
|
blob
|
history
ci/verify.sh
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
c433381
..
2dde665
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-5,8
+5,10
@@
nosetests.xml
.pydevproject
coverage.xml
.coverage
+cover
.settings
storperf.egg-info
*.db
+ci/job
docs_build
docs_output
diff --git
a/ci/verify.sh
b/ci/verify.sh
index
24aadac
..
e87c757
100755
(executable)
--- a/
ci/verify.sh
+++ b/
ci/verify.sh
@@
-52,6
+52,7
@@
nosetests --with-xunit \
--with-coverage \
--cover-package=storperf\
--cover-xml \
+ --cover-html \
tests
rc=$?