Skip to content

Commit

Permalink
Update sonarcloud.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
samuolis committed Aug 23, 2024
1 parent 13c8158 commit c50598e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.organization=thomaspoignant
sonar.projectKey=thomaspoignant_go-feature-flag
sonar.projectName=GO Feature Flag GitHub action
sonar.sources=.
sonar.exclusions=**/*_test.go, examples/**, openfeature/provider_tests/**, **/test_*.py, openfeature/providers/kotlin-provider/gofeatureflag=kotlin-provider/src/test/**, cmd/relayproxy/helm-charts/**
sonar.exclusions=**/*_test.go, examples/**, openfeature/provider_tests/**, **/test_*.py, openfeature/providers/kotlin-provider/gofeatureflag-kotlin-provider/src/test/**, cmd/relayproxy/helm-charts/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go, openfeature/provider_tests/**
sonar.go.coverage.reportPaths=coverage.cov

0 comments on commit c50598e

Please sign in to comment.