Enable Sonar & Add Unit tests in PMDataConverter (Go) 16/11816/1
authorambrishest <ambrish.singh@est.tech>
Wed, 20 Sep 2023 11:57:30 +0000 (12:57 +0100)
committerambrishest <ambrish.singh@est.tech>
Wed, 20 Sep 2023 11:57:52 +0000 (12:57 +0100)
Issue-ID: NONRTRIC-879
Change-Id: I5b1e1cb09ae8e147a187529d27a4f1f3c8936c69
Signed-off-by: ambrishest <ambrish.singh@est.tech>
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