From fdc6e05d27226e3feac75d8a1e2dc8da47451f88 Mon Sep 17 00:00:00 2001 From: ss412g Date: Mon, 30 Mar 2020 16:37:45 +0300 Subject: [PATCH] Fix sonar.go.coverage.reportPaths value Change-Id: I61bc74af13d04de00e5cf7c57580fbcfa746c8b2 Signed-off-by: ss412g --- 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 bf7e817e..5b4766f7 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.xml + sonar.go.coverage.reportPaths=coverage.txt # Inclusions sonar.inclusions=**/**.go # Exclusions -- 2.16.6