Enabling SONAR - Added Jobs for RANPM
[ci-management.git] / jjb / nonrtric-plt-ranpm / sonar-project.properties
diff --git a/jjb/nonrtric-plt-ranpm/sonar-project.properties b/jjb/nonrtric-plt-ranpm/sonar-project.properties
new file mode 100644 (file)
index 0000000..51c4d68
--- /dev/null
@@ -0,0 +1,16 @@
+# Required metadata\r
+sonar.login={sonarcloud_api_token}\r
+sonar.projectKey={sonarcloud_project_organization}_{project-name}\r
+sonar.organization={sonarcloud_project_organization}\r
+# Encoding\r
+sonar.build.sourceEncoding=UTF-8\r
+# Language\r
+sonar.language=go\r
+# Source\r
+sonar.sources=.\r
+# Unit tests\r
+sonar.go.coverage.reportPaths=pm-file-converter/coverage.txt\r
+# Inclusions\r
+sonar.inclusions=pm-file-converter/main.go,pm-file-converter/common/**/**.go,pm-file-converter/components/**/**.go\r
+# Exclusions (TODO)\r
+sonar.exclusions=pm-file-converter/components/xmltransform/xmltransform_test.go\r