Go code coverage in developer edition

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) - Developer edition
  • what are you trying to achieve - we are trying to achieve go language code coverage in developer edition

Hey there.

Coverage reports generated by go test can be passed to the sonar.go.coverage.reportPaths analysis parameter.

You might find this post helpful: