summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHong Hui Xiao <honghui_xiao@yeah.net>2017-08-28 16:54:57 +0800
committerHong Hui Xiao <honghui_xiao@yeah.net>2017-09-01 20:30:57 +0800
commit7bd792729198f1a04eac6d2042c7a03a632814a0 (patch)
tree1ba4c7b9352f21092c6d7f097c148fe531696bc2 /.gitignore
parent67430600410e312c2db5a6a7709da8e45a5245fa (diff)
Add code coverage for multicloud framework
Since multicloud projects are Django projects essentially, use the mechanism from Django to check code coverage. Change-Id: I850e64e601f9cf4d26222a2a2295ec005dfea474 Issue-Id: MULTICLOUD-71 Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 56ab27e..495cfc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,9 @@
target/
logs/*.log
*.pyc
+
+# Test related files
+multivimbroker/.coverage
+multivimbroker/.tox/
+multivimbroker/logs/*.log
+multivimbroker/test-reports/