From 6962e05e60c941ef8fc97afed50ade8823eb94c8 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Wed, 1 Apr 2020 08:55:56 -0400 Subject: [PATCH] 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 --- jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6