سؤال

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'. How to obtain the Unit Tests coverage in SONAR by using RAD's default plugin, which generates reports in .coveragedata, .analysis and .html formats?

هل كانت مفيدة؟

المحلول

This format is not supported. You have to find a way to convert the RAD reports to JaCoCo, Cobertura or Clover format.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top