You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bazel_go_test/sonar-project.properties

15 lines
348 B

sonar.projectKey=blackhorseya_godine
sonar.organization=blackhorseya
sonar.projectName=godine
sonar.projectVersion=1.0
sonar.sources=.
sonar.exclusions=**/*_test.go,**/mock_*.go,**/*_gen.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.sourceEncoding=UTF-8
sonar.go.coverage.reportPaths=cover.out
sonar.go.tests.reportPaths=result.json