sonar-scoverage-plugin
sonar-scoverage-plugin copied to clipboard
Sonar 5.2 support.
Hi, I'm using sonar 5.2-RC4 with two scala related plugins, namely:
Scalastyle 0.0.3-SNAPSHOT () Scoverage 5.1.2
Unfortunately the project analysis fails with following stack trace: https://gist.github.com/Rotwang/97b1a74a82302c5a6b4a
When using only one of those plugins at once the analysis do pass without error.
ps I've also raised: https://github.com/NCR-CoDE/sonar-scalastyle/issues/5 so everyone is informed.
+1
mine is failing with
ERROR: Unable to execute Sonar
ERROR: Caused by: Fail to execute request [code=500, url=http://10.9.71.28:9000/api/qualityprofiles/search.protobuf?defaults=true]
ERROR: Caused by: Fail to download [http://10.9.71.28:9000/api/qualityprofiles/search.protobuf?defaults=true]. Response code: 500
call to http://10.9.71.28:9000/api/qualityprofiles/search.protobuf?defaults=true expands to
{"errors":[{"msg":"No quality profile can been found on language 'scala'"}]}
Docker used = https://hub.docker.com/_/sonarqube/
Please ignore #issuecomment-166415506 - fixed via setting the default profile
+1 Would love to be able to use everything together in 5.3+