From: Lott, Christopher (cl778h) Date: Wed, 1 Apr 2020 12:55:56 +0000 (-0400) Subject: Add E2Manager/ prefix to sonar report path X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=6962e05e60c941ef8fc97afed50ade8823eb94c8 Add E2Manager/ prefix to sonar report path The Sonarqube scanner is looking for file coverage.txt at the root Signed-off-by: Lott, Christopher (cl778h) Change-Id: Icd67d327e746fcd696d8cabb6a5eb93c39eb5f1d --- diff --git a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml index 5b4766f7..144b3c73 100644 --- a/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml +++ b/jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml @@ -73,7 +73,7 @@ # Source sonar.sources=E2Manager # Unit tests - sonar.go.coverage.reportPaths=coverage.txt + sonar.go.coverage.reportPaths=E2Manager/coverage.txt # Inclusions sonar.inclusions=**/**.go # Exclusions