summaryrefslogtreecommitdiffstats
path: root/ci/verify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/verify.sh')
-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=$?