简体   繁体   English

SONARQUBE中的单元测试范围

[英]Unit Tests coverage in SONARQUBE

I can obtain the Unit Tests coverage in SONAR by using jacoco tool for code coverage and used its report in sonar properties file as 'sonar.jacoco.reportPath=../Reports/report.exec'. 通过使用jacoco工具进行代码覆盖,可以在SONAR中获得单元测试的覆盖率,并将其报告在声纳属性文件中用作“ sonar.jacoco.reportPath = .. / Reports / report.exec”。 How to obtain the Unit Tests coverage in SONAR by using RAD's default plugin, which generates reports in .coveragedata, .analysis and .html formats? 如何通过使用RAD的默认插件(以.coveragedata,.analysis和.html格式生成报告)获取SONAR中的单元测试范围?

This format is not supported. 不支持此格式。 You have to find a way to convert the RAD reports to JaCoCo, Cobertura or Clover format. 您必须找到一种将RAD报告转换为JaCoCo,Cobertura或Clover格式的方法。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 sonarqube显示0个单元测试的数据覆盖率 - sonarqube displays 0 unit tests data coverage SonarQube 始终显示 - 用于 Javascript 项目中的单元测试覆盖率 - SonarQube always displays - for Unit Tests Coverage in a Javascript project SonarQube不执行C#测试-单元测试覆盖率小部件显示0 - SonarQube does not execute C# tests - Unit Tests Coverage widget shows 0 为什么我没有在SonarQube中看到“单元测试覆盖”小部件的“单元测试成功”部分 - why am I not seeing “unit test success” section of “unit tests coverage” widget in SonarQube SonarQube 带有 Jest 单元测试 - SonarQube with Jest Unit Tests 如何让 SonarQube 分析单元测试中的代码气味,但不将它们计入覆盖率报告? - How do I get SonarQube to analyse Code Smells in unit tests but not count them for coverage reports? 有没有办法在 Angular-Jest 项目的 Sonarqube 报告中覆盖单元测试的数量? - Is there a way to bring number of unit tests under coverage in Sonarqube report for Angular-Jest project? jacoco 插件的 SonarQube 覆盖率百分比显示为零,但可以看到单元测试的数量 - SonarQube coverage percentage with jacoco plugin shows zero percentage but hte number of unit tests are seen Jenkins / SonarQube JavaScript的单元测试代码覆盖率 - Jenkins/SonarQube unit testing code coverage for JavaScript 集成测试,单元测试和代码覆盖 - Integration tests, unit tests and code coverage
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM