cosmos-sdk/tools/benchmark/sonar-project.properties
mergify[bot] 1fbc00394a
feat(tools/benchmark): introduce benchmark module (backport #22778) (#22851)
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-12-13 08:49:21 +01:00

17 lines
532 B
INI

sonar.projectKey=cosmos-sdk-tools-benchmark
sonar.organization=cosmos
sonar.projectName=Cosmos SDK - tools/benchmark
sonar.project.monorepo.enabled=true
sonar.sources=.
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
sonar.sourceEncoding=UTF-8
sonar.scm.provider=git
sonar.scm.forceReloadAll=true