From: ambrishest Date: Wed, 20 Sep 2023 11:57:30 +0000 (+0100) Subject: Enable Sonar & Add Unit tests in PMDataConverter (Go) X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=b2facf220a120d767684fbd4a3a342d6c6c9b6b1 Enable Sonar & Add Unit tests in PMDataConverter (Go) Issue-ID: NONRTRIC-879 Change-Id: I5b1e1cb09ae8e147a187529d27a4f1f3c8936c69 Signed-off-by: ambrishest --- diff --git a/jjb/nonrtric-plt-ranpm/sonar-project.properties b/jjb/nonrtric-plt-ranpm/sonar-project.properties index 51c4d68b..2910b5d8 100644 --- a/jjb/nonrtric-plt-ranpm/sonar-project.properties +++ b/jjb/nonrtric-plt-ranpm/sonar-project.properties @@ -12,5 +12,5 @@ sonar.sources=. 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 +# Exclusions +sonar.exclusions=pm-file-converter/components/**/*_test.go,pm-file-converter/common/**/*_test.go,pm-file-converter/components/**/*_test.go