aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-03-28 19:36:42 -0400
committerLusheng Ji <lji@research.att.com>2018-03-28 19:37:25 -0400
commit5d97f7b84e87474939a73ffb962731cbfdd735e7 (patch)
tree89a6b2d8f2f9fac1e915e1772c39f5e4c22c725b
parent286ec745cc0ef412b450d7c5c07d735707f9418b (diff)
Fix exclusions
Issue-ID: DCAEGEN2-206 Change-Id: I4a2bfa43149dbb19231baa19e828aacadbfe0abd Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4f7e65e..b838b59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
<sonar.inclusions>**/**.py</sonar.inclusions>
- <sonar.exclusions>tests/*,setup.py</sonar.exclusions>
+ <sonar.exclusions>tests/*,setup.py,bin/*</sonar.exclusions>
</properties>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
diff --git a/tox.ini b/tox.ini
index edafd5e..81305b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,5 +12,5 @@ setenv =
HOSTNAME = miss_htbt_service
PYTHONPATH={toxinidir}
commands=
- pytest --junitxml xunit-results.xml --cov miss_htbt_service --cov-report xml
+ pytest --junitxml xunit-results.xml --cov miss_htbt_service --cov-report xml --cov-report term
coverage xml