diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -32,11 +32,16 @@ under the License. <name>vnfsdk-pkgtools</name> <description>CSAR manipulation shared library with CLI</description> <properties> + <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding> + <sonar.tests>tests</sonar.tests> <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath> <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath> <sonar.language>py</sonar.language> - <sonar.pluginName>Python</sonar.pluginName> + <sonar.pluginName>python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> + <sonar.exclusions>**/tests/**,**/.tox/py27/**</sonar.exclusions> + <sonar.test.inclusions>**/tests/**.py</sonar.test.inclusions> + <sonar.test.exclusions>**/**.py,setup.py,**/.tox/py27/**</sonar.test.exclusions> </properties> <build> |