From: Bin Yang Date: Tue, 10 Dec 2019 09:15:55 +0000 (+0000) Subject: Fix sonar coverage report issue X-Git-Tag: 1.5.1~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=commitdiff_plain;h=0ad45fbdbf6bef2d252676fb7ddddeb73bec1c40;ds=sidebyside Fix sonar coverage report issue The sonar coverage should exclude API_v2 which is not maintained any more. Change-Id: Ieaa75c99a275d09474bfc7547b171e6efa54e3b4 Issue-ID: MULTICLOUD-962 Signed-off-by: Bin Yang --- diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini index 83cf1d9..7ba8967 100644 --- a/multivimbroker/tox.ini +++ b/multivimbroker/tox.ini @@ -32,7 +32,7 @@ setenv= commands = coverage erase {[testenv]commands} - coverage xml -i + coverage xml -i --omit="*/api_v2/*,./venv-tox/*,./.tox/*,*tests*,*site-packages*" [testenv:rstcheck] deps = rstcheck