UT coverage report with tox and virtualenv

UT coverage report with tox and virtualenv

Change-Id: Id8d47b708e613246b44db5921e5f220306a35004
Issue-ID: SDC-1756
Signed-off-by: Betzer, Rony (rb844h) <rb844h@intl.att.com>
diff --git a/pom.xml b/pom.xml
index d9ee0cc..091c339 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
         <sonar.pluginName>python</sonar.pluginName>
         <sonar.exclusions>app/tests/*.py</sonar.exclusions>
         <sonar.branch>${project.version}</sonar.branch>
-        <sonar.skip>true</sonar.skip>
+        <!--sonar.skip>true</sonar.skip-->
     </properties>
 
     <build>