Merge "Enable Sonar & Add Unit tests in PMDataConverter (Go)"
authorJohn Keeney <john.keeney@est.tech>
Mon, 25 Sep 2023 15:16:50 +0000 (15:16 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Mon, 25 Sep 2023 15:16:50 +0000 (15:16 +0000)
jjb/nonrtric-plt-ranpm/sonar-project.properties

index 51c4d68..2910b5d 100644 (file)
@@ -12,5 +12,5 @@ sonar.sources=.
 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
+# Exclusions\r
+sonar.exclusions=pm-file-converter/components/**/*_test.go,pm-file-converter/common/**/*_test.go,pm-file-converter/components/**/*_test.go\r