From b2facf220a120d767684fbd4a3a342d6c6c9b6b1 Mon Sep 17 00:00:00 2001 From: ambrishest Date: Wed, 20 Sep 2023 12:57:30 +0100 Subject: [PATCH] Enable Sonar & Add Unit tests in PMDataConverter (Go) Issue-ID: NONRTRIC-879 Change-Id: I5b1e1cb09ae8e147a187529d27a4f1f3c8936c69 Signed-off-by: ambrishest --- jjb/nonrtric-plt-ranpm/sonar-project.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6