Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我运行以下命令会发生什么:
mvn clean install sonar:sonar -Dmaven.test.skip=true
我已经在本地设置了声纳并在端口 9000 上运行。
跳过测试对声纳报告有什么影响?
然后 Sonar 不会产生任何与测试相关的数据,例如代码覆盖率和测试成功统计。这也将影响总体技术债务和总体质量指标的计算。