3wicaksono
(Tri Wicaksono)
1
How to enable code coverage in SonarCloud Golang Project?
I didn’t see coverage on my project list
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.*
.