Skip to content

Instantly share code, notes, and snippets.

@RicardoLinck
Created June 2, 2020 10:49
Show Gist options
  • Save RicardoLinck/75bf9acff77aed905922177f9bfec466 to your computer and use it in GitHub Desktop.
Save RicardoLinck/75bf9acff77aed905922177f9bfec466 to your computer and use it in GitHub Desktop.
sonar.projectKey=<your-project-name>
sonar.host.url=http://localhost:9000
sonar.login=<token>
sonar.sources=.
sonar.exclusions=**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.coverage.reportPaths=cov.out
sonar.externalIssuesReportPaths=report.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment