Add vfc-nfvo-catalog tox coverge check 15/15015/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Mon, 25 Sep 2017 10:33:49 +0000 (18:33 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Mon, 25 Sep 2017 10:33:49 +0000 (18:33 +0800)
Change-Id: I7b2c0df470cd3e1dbd69292e104990b860bc7830
Issue-ID: VFC-449
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
tox.ini

diff --git a/tox.ini b/tox.ini
index 8cd4faf..1ce9e86 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,12 @@
 [tox]
-envlist = py27,pep8
+envlist = py27,pep8,cov
 skipsdist = true
 
 [tox:jenkins]
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501,E231,E128,W291,W293,E711,E303,E701,E225,E303,E302,E126,E203,F841,E123,E125,W391,E262,E265,E301,E241,E305,E402
+ignore = E501,E231,E128,W291,W293,E711,E303,E701,E225,E303,E302,E126,E203,F841,E123,E125,W391,E262,E265,E301,E241,E305
 exclude =  ./venv-tox,./.tox
 
 [testenv]
@@ -19,4 +19,7 @@ commands = flake8
 
 [testenv:py27]
 commands =
-  {[testenv]commands}
\ No newline at end of file
+  {[testenv]commands}
+
+[testenv:cov]
+commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov