ci: fix sonar exclusion files (#20467)

This commit is contained in:
Marko
2024-05-28 13:10:38 +00:00
committed by GitHub
parent e6e1a853de
commit 18a203b783
35 changed files with 89 additions and 56 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ sonar.projectName=Cosmos SDK - Log
sonar.project.monorepo.enabled=true
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.exclusions=**/*_test.go,**/*.pb.go,**/*.pulsar.go,**/*.pb.gw.go
sonar.coverage.exclusions=**/*_test.go,**/testutil/**,**/*.pb.go,**/*.pb.gw.go,**/*.pulsar.go,test_helpers.go,docs/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.coverage.reportPaths=coverage.out