summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2016-11-11 10:48:38 -0500
committerMark Beierl <mark.beierl@dell.com>2016-11-11 10:48:38 -0500
commitf09c2268771efba4d067e605905e6f7268bcb56f (patch)
tree0984a01760005a705d312e7ca6a3cdd8989c1708 /ci
parent871160145215f9cf7f281b1c1b74f4bcba9f5561 (diff)
Additional Coverage
Adds HTML output to coverage so we can see it in Jenkins Change-Id: I89595921bf86b8963890051a25e45f7bd08b0636 Signed-off-by: Mark Beierl <mark.beierl@dell.com>
Diffstat (limited to 'ci')
-rwxr-xr-xci/verify.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/verify.sh b/ci/verify.sh
index 24aadac..e87c757 100755
--- 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=$?