diff options
author | Betzer, Rony (rb844h) <rb844h@intl.att.com> | 2018-10-16 15:58:30 +0300 |
---|---|---|
committer | Betzer, Rony (rb844h) <rb844h@intl.att.com> | 2018-10-16 16:01:38 +0300 |
commit | e30acb2722e24f7991b76129ea11217a7a515681 (patch) | |
tree | 075dcb7124924c59a212ac74fabf7a8067b57049 | |
parent | 851df7b98ba86a1e5c5e04a11fbe931083d51788 (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-- | .gitignore | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ /.idea/* +*.pyc @@ -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> |