From: Bin Yang Date: Wed, 11 Dec 2019 02:07:26 +0000 (+0000) Subject: Fix sonar coverage report issue X-Git-Tag: 1.5.1~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=commitdiff_plain;h=2ce0d6fc05dc109df71b87ca8350628dabaa7a6b Fix sonar coverage report issue The sonar coverage should exclude API_v2 which is not maintained any more. Change-Id: Id3ca9fb9bc5df457a52616f5bb93295220045ee0 Issue-ID: MULTICLOUD-962 Signed-off-by: Bin Yang --- diff --git a/multivimbroker/README.md b/multivimbroker/README.md index 6274024..8bbf3c0 100644 --- a/multivimbroker/README.md +++ b/multivimbroker/README.md @@ -11,3 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # Micro service of broker for multiple VIM instance drivers. + +Changelog: + +2019-12-11: Depreciate api_v2 module since it is not maintained any more diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index 8fc32b8..17f7298 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -38,7 +38,7 @@ py Python **/*.py - **/venv-tox/**,**/.tox/**, **/tests/**,setup.py + **/venv-tox/**,**/.tox/**, **/api_v2/**, **/tests/**,setup.py