summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRenier Morales <renierm@us.ibm.com>2012-04-23 22:36:19 -0400
committerRenier Morales <renierm@us.ibm.com>2012-04-24 07:58:25 -0400
commitbcb53dfc6a149f94b4509ce90f89120b526f5582 (patch)
treedfad12b629f1282105fcff66c7877bb18cd59c2a /.gitignore
parentf05841caf3dbf7e659b55513f07e9837b1cf22f6 (diff)
downloadnova-bcb53dfc6a149f94b4509ce90f89120b526f5582.tar.gz
Scope coverage report generation to nova module.
Coverage report generation was not using --include filters. This resulted in generating a report that included all external dependencies. Some of these may include problematic characters for utf8 decoding. In the odd case this was found, coverage would fail with a UnicodeDecodeError. Fixes bug #987077. Change-Id: I276698e65ac1037972209a406058168433cd826b
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5738efbd61..32a894c808 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ tools/conf/nova.conf*
cover/*
dist/*
.coverage
+covhtml