Open XiangRongLin opened 3 years ago
The test report generated by JUnit can be integrated into SonarQube in order to get a code coverage statistic.
Add path of report to setting. https://sonarcloud.io/project/settings?category=java&id=TeamNewPipe_NewPipe
Done by adding app\build\test-results\testDebugUnitTest\ and app\build\test-results\testReleaseUnitTest\ to sonar.junit.reportPaths which i assume is from junit
app\build\test-results\testDebugUnitTest\
app\build\test-results\testReleaseUnitTest\
sonar.junit.reportPaths
Code coverage is not recognized
The test report generated by JUnit can be integrated into SonarQube in order to get a code coverage statistic.
Add path of report to setting. https://sonarcloud.io/project/settings?category=java&id=TeamNewPipe_NewPipe