diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | ci/verify.sh | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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=$? |