I’m using Sonar version 9.9. I’m attempting to manually upload code coverage results from running tests on Go code. The guide at this does not have documentation for Go. It also doesn’t have instructions for uploading the results to Sonar.
I tried a tool which generates XML output for test coverage, but the result did not match what Sonar wants.
Analysis parameters are passed to the scanner, typically via arguments sonar-scanner -Dsonar.analysisParameter=value or in a sonar-project.properties file.