summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rwxr-xr-xci/verify.sh1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c433381..2dde665 100644
--- 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
--- 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=$?