ci-management: updating sonar properties for pm-file-converter 40/11840/3
authorambrishest <ambrish.singh@est.tech>
Mon, 2 Oct 2023 10:10:09 +0000 (11:10 +0100)
committerambrishest <ambrish.singh@est.tech>
Mon, 2 Oct 2023 10:52:31 +0000 (11:52 +0100)
Issue-ID: NONRTRIC-914
Change-Id: Ib9d6454ceba50becd9e39ffef0fc2ee2b7656ba6
Signed-off-by: ambrishest <ambrish.singh@est.tech>
jjb/nonrtric-plt-ranpm/nonrtric-plt-ranpm.yaml

index ebf532d..e743aac 100644 (file)
       sonar.projectName={project-name}
       sonar.build.sourceEncoding=UTF-8
       sonar.language=go
-      sonar.sources=pm-file-converter
-      sonar.tests=pm-file-converter
       sonar.go.coverage.reportPaths=pm-file-converter/coverage.txt
-      sonar.inclusions=**/*.go
-      sonar.exclusions=**/*_test.go
+      sonar.inclusions=pm-file-converter/**/*.go
+      sonar.exclusions=pm-file-converter/**/*_test.go
     jobs:
       - gerrit-sonar-prescan-script