Add E2Manager/ prefix to sonar report path 96/3096/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 1 Apr 2020 12:55:56 +0000 (08:55 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 1 Apr 2020 12:55:56 +0000 (08:55 -0400)
The Sonarqube scanner is looking for file coverage.txt at the root

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: Icd67d327e746fcd696d8cabb6a5eb93c39eb5f1d

jjb/ric-plt-e2mgr/ric-plt-e2mgr.yaml

index 5b4766f..144b3c7 100644 (file)
@@ -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