summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiang Ke <lokyse@163.com>2018-04-09 06:42:57 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-09 06:42:57 +0000
commit055b4bcace942829fbc64333f1486884c6ec6658 (patch)
treeea092c97245c64540dba72cd8127d50004823ec5
parent48254c4ed51d68408cbee5bd0cd921e2a1af1fc3 (diff)
parenteccebbe362bc028f4780fa38c0affae7fa006589 (diff)
Merge "Exclude tests files from sonar"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index a8c052c..d371749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<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</sonar.exclusions>
</properties>
<build>
<pluginManagement>