uartois / sonar-golang

Sonarqube plugin for the golang language.
GNU Lesser General Public License v3.0
245 stars 32 forks source link

Update README to show how to leverage gocov test ./... #50

Closed kernle32dll closed 6 years ago

kernle32dll commented 6 years ago

Nothing much to say... Instead of juggling with walking trough folders and assembling coverage files one by one - one can simply use gocov test ./....

thibaultfalque commented 6 years ago

Thanks @Kernle32DLL for your contribution!