diff options
author | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-13 13:28:07 +0100 |
---|---|---|
committer | Claudio David Gasparini <claudio.gasparini@pantheon.tech> | 2021-01-14 12:47:12 +0100 |
commit | d45b2dc0ec3bb7d56ef1eee784a887459f609832 (patch) | |
tree | 7847917be4cdd4ae5f8f6439f525c68c355b665b /checkstyle/pom.xml | |
parent | dc6f81cf4ce3c42e711f1cd0c6f50000d4e0101d (diff) |
Fix code coverage for sonar
The get the multi module aggregate report to be consumed
by sonar we are enforced to use full path to all reports.
- 90.4 % coverage detected by sonar achieved
Issue-ID: CPS-87
Signed-off-by: Claudio David Gasparini <claudio.gasparini@pantheon.tech>
Change-Id: I91d81063e7234327cb4458c31fa27601ec22e9cd
Diffstat (limited to 'checkstyle/pom.xml')
-rw-r--r-- | checkstyle/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index d0cf7c3614..83d1808909 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -10,6 +10,7 @@ <properties> <nexusproxy>https://nexus.onap.org</nexusproxy> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> + <sonar.skip>true</sonar.skip> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> </properties> |