X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric-plt-ranpm%2Fsonar-project.properties;fp=jjb%2Fnonrtric-plt-ranpm%2Fsonar-project.properties;h=51c4d68b9cdd3549a7da9e7c6671658bc1f3de49;hb=c46bfa0b1a490006a53fde49610c8f909d1e1d4f;hp=0000000000000000000000000000000000000000;hpb=35764e23ee94ee49d68a22fed3b78c54b095b96f;p=ci-management.git diff --git a/jjb/nonrtric-plt-ranpm/sonar-project.properties b/jjb/nonrtric-plt-ranpm/sonar-project.properties new file mode 100644 index 00000000..51c4d68b --- /dev/null +++ b/jjb/nonrtric-plt-ranpm/sonar-project.properties @@ -0,0 +1,16 @@ +# Required metadata +sonar.login={sonarcloud_api_token} +sonar.projectKey={sonarcloud_project_organization}_{project-name} +sonar.organization={sonarcloud_project_organization} +# Encoding +sonar.build.sourceEncoding=UTF-8 +# Language +sonar.language=go +# Source +sonar.sources=. +# Unit tests +sonar.go.coverage.reportPaths=pm-file-converter/coverage.txt +# Inclusions +sonar.inclusions=pm-file-converter/main.go,pm-file-converter/common/**/**.go,pm-file-converter/components/**/**.go +# Exclusions (TODO) +sonar.exclusions=pm-file-converter/components/xmltransform/xmltransform_test.go