Skip to content

Commit

Permalink
ci: configure monorepo sonarcloud (cosmos#13944)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Nov 23, 2022
1 parent 1db4bed commit 9414f0a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sonar.projectKey=cosmos-sdk-simapp
sonar.organization=cosmos

sonar.projectName=Cosmos SDK - SimApp
sonar.project.monorepo.enabled=true

sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.coverage.reportPaths=coverage.out

sonar.sourceEncoding=UTF-8
sonar.scm.provider=git
sonar.pullrequest.github.summary_comment=true

0 comments on commit 9414f0a

Please sign in to comment.