How to enable code coverage in SonarCloud Golang Project

Hi @3wicaksono,
Welcome to the SonarSource community!

As a first step to getting test coverage set up in Go I suggest you look at this sample project:

And particularly the properties file:

In particular, you should have a look at the properties sonar.tests, sonar.test.* and sonar.go.*.