Go - No coverage information

I’m having problem with coverage report on pull request plugin.
This is what appears on PR message:

No Coverage information No Coverage information
No Duplication information No Duplication information

My sonar.properties

sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,**/*_mock.go,**/mock/**,**/pb/**

sonar.tests=.
sonar.test.inclusions=**/*_test.go

sonar.go.coverage.reportPaths=coverage.out

Hi @tiaguinho ,

Can you show your DEBUG scanner logs here? Add sonar.verbose=true to your sonar.properties or add -X to the sonar-scanner command.

Joe