Reference source directory for sonar testing 52/4652/1
authorE. Scott Daniels <daniels@research.att.com>
Mon, 31 Aug 2020 15:29:14 +0000 (11:29 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 31 Aug 2020 15:29:14 +0000 (11:29 -0400)
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 <daniels@research.att.com>
Change-Id: I040c8e64638922c9bbda5a0d976709b1353c50fe

jjb/ric-app-mc/ric-app-mc.yaml

index 05980ec..ea00cb0 100644 (file)
@@ -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