aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-02-05 15:27:13 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-02-05 15:27:19 +0000
commita9e77b57b3c1f326ddf6f29e2c89765344e53b99 (patch)
treeaff9f5b07c41bb53d3ef94e1630e74c37fb8b006
parent03e42b518faa9c02e1687108bcbf81173b85e7aa (diff)
fix sonar report path6.0.0-ONAPfrankfurt
Change-Id: If2333af2a9f5720f2dd404fa937f16ea78267895 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e20cfeb..bcf7de8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@ limitations under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.sources>.</sonar.sources>
<sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
- <sonar.python.coverage.reportPaths>${project.build.directory}/coverage.xml</sonar.python.coverage.reportPaths>
+ <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
<sonar.inclusions>**/**.py</sonar.inclusions>