sonar-golang
sonar-golang copied to clipboard
Sonarqube plugin for the golang language.
### Description sonar.go.tests.reportPaths can not support xml report [Description of the issue] ### Steps to Reproduce 1. execute unittest: go test ./... -mod=readonly -coverprofile=cover.out | go-junit-report > unittest.xml 2. execute...
### Description ERROR: Error parsing coverage info for file coverage.xml: Invalid go coverage, expect 'mode:' on the first line ### Steps to Reproduce ``` 1. go get github.com/axw/gocov/gocov; 2. go...
Would u consider to implement an integration golangci-lint with Sonar ? https://github.com/golangci/golangci-lint
Hello all i just updated my sonar plugin to the latest RC (rc12). Despite I added those 2 lines into config file sonar.test.inclusions=**/**_test.go sonar.sources.inclusions=**/**.go In my coverage file list now...
### Description I am getting below error NFO: Analyse for /home/dca-cm/coverage.xml [Fatal Error] coverage-04.dtd:1:3: The markup declarations contained or pointed to by the document type declaration must be well-formed. ERROR:...
### Description I have some problems in [sonarqube-go-demo](https://github.com/yangwenmai/sonarqube-go-demo), that coverage value is not correct. I got coverage is 87.5% in local, but there is 64.3% in sonarqube. ### Steps to...
### Description I can not get coverage rate information in sonarqube ### Steps to Reproduce 1.Follow the instructions, to generate report.xml,coverage.xml,test.xml in my local 2. push to remote repository 3....
### Description When running sonar-scanner within the docker container specified by the Dockerfile specified in `https://github.com/cathive/concourse-sonarqube-resource` and have coverage, test and report from the tools described here we get: `ERROR:...
### Description Hi, I get to source and build to maven from eclipse and command. When i run mvn build or anything. it is return build failre. i guess problems...
SonarSource is going to provide its own open source sonarqube plugin for the go language called [SonarGo](https://github.com/SonarSource/sonar-go) next month. This is a good news in our opinion since now go...