Skip to content

Commit

Permalink
add sonarcloud (already configured project online)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jan 13, 2023
1 parent c8e055e commit ff2aae2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions x/circuit/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sonar.projectKey=cosmos-sdk-x-circuit
sonar.organization=cosmos

sonar.projectName=Cosmos SDK - x/circuit
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

0 comments on commit ff2aae2

Please sign in to comment.