From 5a5e596e3083c1b661177d319f3e363128b018e2 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Mon, 31 Aug 2020 11:29:14 -0400 Subject: [PATCH] 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 --- jjb/ric-app-mc/ric-app-mc.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.16.6