Fix sonar coverage report issue 55/99455/1
authorBin Yang <bin.yang@windriver.com>
Wed, 11 Dec 2019 02:07:26 +0000 (02:07 +0000)
committerBin Yang <bin.yang@windriver.com>
Wed, 11 Dec 2019 02:09:01 +0000 (02:09 +0000)
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 <bin.yang@windriver.com>
multivimbroker/README.md
multivimbroker/pom.xml

index 6274024..8bbf3c0 100644 (file)
@@ -11,3 +11,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
 # Micro service of broker for multiple VIM instance drivers.
 # 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
index 8fc32b8..17f7298 100644 (file)
@@ -38,7 +38,7 @@
         <sonar.language>py</sonar.language>
         <sonar.pluginName>Python</sonar.pluginName>
         <sonar.inclusions>**/*.py</sonar.inclusions>
         <sonar.language>py</sonar.language>
         <sonar.pluginName>Python</sonar.pluginName>
         <sonar.inclusions>**/*.py</sonar.inclusions>
-        <sonar.exclusions>**/venv-tox/**,**/.tox/**, **/tests/**,setup.py</sonar.exclusions>
+        <sonar.exclusions>**/venv-tox/**,**/.tox/**, **/api_v2/**, **/tests/**,setup.py</sonar.exclusions>
     </properties>
     <build>
       <pluginManagement>
     </properties>
     <build>
       <pluginManagement>