summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBetzer, Rony (rb844h) <rb844h@intl.att.com>2018-10-16 15:58:30 +0300
committerBetzer, Rony (rb844h) <rb844h@intl.att.com>2018-10-16 16:01:38 +0300
commite30acb2722e24f7991b76129ea11217a7a515681 (patch)
tree075dcb7124924c59a212ac74fabf7a8067b57049
parent851df7b98ba86a1e5c5e04a11fbe931083d51788 (diff)
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>
-rw-r--r--.gitignore1
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f1b7204..b070f47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/.idea/*
+*.pyc
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>