ECLemma, sonarqube
ECLemma, sonarqube
提前致谢。
我正在尝试使用 ECLemma eclipse 插件进行代码覆盖。能够在本地 system.Is 上生成报告,我们可以通过更改属性文件在声纳服务器上生成报告。这是我正在尝试的属性文件..
sonar.host.url=http://localhost:9000
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
sonar.jdbc.driverClassName=com.mysql.jdbc.Driver
sonar.projectKey=org.accenture.sonarplugin
sonar.projectName=Code Analysis Plugin
sonar.projectVersion=1.0
sonar.junit.reportsPath=code-analysis-rules/target/surefire-reports/code-analysis-rules
sonar.jacoco.reportPath=code-analysis-rules/target/jacoco/Desktop.exec
sonar.sources=src
sonar.language=java
sonar.sourceEncoding=UTF-8
sonar.profile=Sonar way
sonar.android.lint.report=lint-report.xml
sonar.jdbc.username=sonar
sonar.jdbc.password=sonar
sonar.login = admin
sonar.password = admin*emphasized text*
无法仅通过更新属性值来导入这些结果。但是,您应该看看 Generic Coverage 插件。将您的覆盖率数据转换成这种格式,无论其来源如何,您都可以导入它。
提前致谢。
我正在尝试使用 ECLemma eclipse 插件进行代码覆盖。能够在本地 system.Is 上生成报告,我们可以通过更改属性文件在声纳服务器上生成报告。这是我正在尝试的属性文件..
sonar.host.url=http://localhost:9000
sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
sonar.jdbc.driverClassName=com.mysql.jdbc.Driver
sonar.projectKey=org.accenture.sonarplugin
sonar.projectName=Code Analysis Plugin
sonar.projectVersion=1.0
sonar.junit.reportsPath=code-analysis-rules/target/surefire-reports/code-analysis-rules
sonar.jacoco.reportPath=code-analysis-rules/target/jacoco/Desktop.exec
sonar.sources=src
sonar.language=java
sonar.sourceEncoding=UTF-8
sonar.profile=Sonar way
sonar.android.lint.report=lint-report.xml
sonar.jdbc.username=sonar
sonar.jdbc.password=sonar
sonar.login = admin
sonar.password = admin*emphasized text*
无法仅通过更新属性值来导入这些结果。但是,您应该看看 Generic Coverage 插件。将您的覆盖率数据转换成这种格式,无论其来源如何,您都可以导入它。