From: ss412g Date: Mon, 30 Mar 2020 13:37:45 +0000 (+0300) Subject: Fix sonar.go.coverage.reportPaths value X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=fdc6e05d27226e3feac75d8a1e2dc8da47451f88 Fix sonar.go.coverage.reportPaths value Change-Id: I61bc74af13d04de00e5cf7c57580fbcfa746c8b2 Signed-off-by: ss412g --- 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