From: E. Scott Daniels Date: Mon, 31 Aug 2020 15:29:14 +0000 (-0400) Subject: Reference source directory for sonar testing X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5a5e596e3083c1b661177d319f3e363128b018e2;p=ci-management.git Reference source directory for sonar testing The MC listener code moved the source to a subdirectory. This change reflects the new location of the source, and removes the exclusions for the test code as sources no longer includes the test directory. Issue-ID: RIC-632 Signed-off-by: E. Scott Daniels Change-Id: I040c8e64638922c9bbda5a0d976709b1353c50fe --- diff --git a/jjb/ric-app-mc/ric-app-mc.yaml b/jjb/ric-app-mc/ric-app-mc.yaml index 05980ec6..ea00cb09 100644 --- a/jjb/ric-app-mc/ric-app-mc.yaml +++ b/jjb/ric-app-mc/ric-app-mc.yaml @@ -96,9 +96,7 @@ sonar.projectName={project-name} sonar.organization={sonarcloud_project_organization} sonar.build.sourceEncoding=UTF-8 - sonar.sources=sidecars/listener - sonar.exclusions=sidecars/listener/test/**/* - sonar.coverage.exclusions=sidecars/listener/test/**/* + sonar.sources=sidecars/listener/src sonar.cfamily.build-wrapper-output=$WORKSPACE/bw-output sonar.cfamily.gcov.reportsPath=sidecars/listener sonar.cfamily.threads=2