这个命令在sonarqube 5.3中似乎不起作用:
以URL="http://localhost:9000/sonar“为例:
这是可以的:
curl -ks -ks comment_lines_density,public_documented_api_density,public_undocumented_api“AC.26 jq -r '.[].msr[] .key "(.key):(.val)”
这是不对的: curl -ks -ks line_coverage,branch_coverage,test,test_execution_time,test_errors,test_failures,test_success_density“.val -r”.[].msr[]test_success_density "(.key):(.val)"‘’
如何使用sonarqube5.3 web服务获得测试指标?
注意:我使用的是cxx社区插件v0.94
多米尼克
发布于 2016-01-18 18:24:21
对不起,噪音:覆盖率(使用gcovr 3.2)没有正确启动,web服务提供的数据(通常)是空的。
https://stackoverflow.com/questions/34859234
复制相似问题