diff options
author | Hong Hui Xiao <honghui_xiao@yeah.net> | 2017-08-28 16:54:57 +0800 |
---|---|---|
committer | Hong Hui Xiao <honghui_xiao@yeah.net> | 2017-09-01 20:30:57 +0800 |
commit | 7bd792729198f1a04eac6d2042c7a03a632814a0 (patch) | |
tree | 1ba4c7b9352f21092c6d7f097c148fe531696bc2 /.gitignore | |
parent | 67430600410e312c2db5a6a7709da8e45a5245fa (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-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,3 +5,9 @@ target/ logs/*.log *.pyc + +# Test related files +multivimbroker/.coverage +multivimbroker/.tox/ +multivimbroker/logs/*.log +multivimbroker/test-reports/ |