From ab39ec3cb1b62195ee9916c5baf0ea583abfacfa Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Mon, 25 Sep 2017 18:33:49 +0800 Subject: Add vfc-nfvo-catalog tox coverge check Change-Id: I7b2c0df470cd3e1dbd69292e104990b860bc7830 Issue-ID: VFC-449 Signed-off-by: ying.yunlong --- tox.ini | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 8cd4faf2..1ce9e868 100644 --- 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 -- cgit 1.2.3-korg