Fix sonar job after Go version uplift 86/9386/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 15:01:05 +0000 (17:01 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Mon, 24 Oct 2022 15:01:16 +0000 (17:01 +0200)
Issue-ID: NONRTRIC-812
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I84965e034655c6060177b2b5d85eee026035ae87

sonar-project.properties [new file with mode: 0644]

diff --git a/sonar-project.properties b/sonar-project.properties
new file mode 100644 (file)
index 0000000..a9dbfa9
--- /dev/null
@@ -0,0 +1,6 @@
+sonar.build.sourceEncoding=UTF-8
+sonar.exclusions=**/*_test.go,**/gentools/**/*,**/mocks/**/*,**/common/**/*,**/accesscontrolpolicyapi/**/*,**/aefsecurityapi/**/*,**/auditingapi/**/*,**/discoverserviceapi/**/*,**/eventsapi/**/*,**/invokermanagementapi/**/*,**/loggingapi/**/*,**/securityapi/**/*,**/publishserviceapi/**/*,**/routinginfoapi/**/*
+sonar.sources=collector
+sonar.tests=capifcore
+sonar.test.inclusions=**/*_test.go
+sonar.typescript.lcov.reportPaths=capifcore/coverage.txt