今天使用sonar打算进行覆盖率测试,
使用版本为
sonarqube-6.2
scanner版本为
sonar-scanner-2.8
端口配置了8085,本地能正常访问:
按照网络上的教程一步步进行,但是在项目路径下进行scanner时,却报这个错
没有执行sonarQube??服务是已经起了的??为什么还有这个问题呢?百思不得其解~
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
已经解决了:
在scanner的配置文件里需要配置指定的服务:
sonar.host.url=http://localhost:8085