diff options
Diffstat (limited to 'pgaas/pom.xml')
-rw-r--r-- | pgaas/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pgaas/pom.xml b/pgaas/pom.xml index 8a934ac..bbe6f70 100644 --- a/pgaas/pom.xml +++ b/pgaas/pom.xml @@ -43,9 +43,13 @@ limitations under the License. <!-- path, in repo, to store type file --> <typefile.dest>type_files/pgaas/pgaas_types.yaml</typefile.dest> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <sonar.skip>true</sonar.skip> <sonar.sources>.</sonar.sources> <!-- customize the SONARQUBE URL --> <sonar.host.url>http://localhost:9000</sonar.host.url> + <sonar.junit.reportsPath>**/xunit-results.xml</sonar.junit.reportsPath> + <sonar.python.coverage.reportPath>**/coverage.xml</sonar.python.coverage.reportPath> + <sonar.exclusions>tests/*</sonar.exclusions> <!-- below are language dependent --> <!-- for Python --> <sonar.language>py</sonar.language> |