From: John Keeney Date: Mon, 25 Sep 2023 15:16:50 +0000 (+0000) Subject: Merge "Enable Sonar & Add Unit tests in PMDataConverter (Go)" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=276e7c4080c10407253c899cccc6c12b7629735b;hp=0fa692090ddb4519602d011e35108662aa6e5cf6;p=ci-management.git Merge "Enable Sonar & Add Unit tests in PMDataConverter (Go)" --- 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