Skip to content

Commit

Permalink
Merge pull request #124 from SAP/sonar-patch
Browse files Browse the repository at this point in the history
chore: Update sonar-project.properties
  • Loading branch information
ajinkyapatil8190 authored May 10, 2024
2 parents a5690b9 + 7b18a7e commit 49f96e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.organization=sap-1
sonar.projectKey=sap-1_terraform-provider-cloudfoundry
sonar.projectKey=SAP_terraform-provider-cloudfoundry
sonar.projectName=terraform-provider-cloudfoundry
sonar.language=go
sonar.sources=.
Expand All @@ -8,4 +8,4 @@ sonar.exclusions=**/*_test.go,test/**,**/zz-generated*,**/type_*.go,**/main.go
sonar.tests=,
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**
sonar.go.coverage.reportPaths=cover.out
sonar.go.coverage.reportPaths=cover.out

0 comments on commit 49f96e5

Please sign in to comment.