summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2019-12-10 09:15:55 +0000
committerBin Yang <bin.yang@windriver.com>2019-12-10 09:15:55 +0000
commit0ad45fbdbf6bef2d252676fb7ddddeb73bec1c40 (patch)
treedfb078558d68913905dfb510be91bb68fb7cf7bf
parented9fad8c05ffae7b971d906c8ef978bafb8c61fb (diff)
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 <bin.yang@windriver.com>
-rw-r--r--multivimbroker/tox.ini2
1 files changed, 1 insertions, 1 deletions
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