Skip to content

Commit

Permalink
Remove sonar instrumentation tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Nov 3, 2023
1 parent d2657c3 commit 27a5520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ sonar {
property 'sonar.organization', 'omise'
property 'sonar.projectName', 'omise-android'
property 'sonar.projectKey', 'omise_omise-android'
property 'sonar.coverage.jacoco.xmlReportPaths', "${project.buildDir}/reports/coverage/androidTest/production/debug/connected/report.xml"
// TODO: uncomment when instrumentation is not flaky
//property 'sonar.coverage.jacoco.xmlReportPaths', "${project.buildDir}/reports/coverage/androidTest/production/debug/connected/report.xml"
property 'sonar.junit.reportPaths', "${project.buildDir}/test-results/testProductionDebugUnitTest"
property 'sonar.androidLint.reportPaths', "${project.buildDir}/reports/lint-results-productionDebug.xml"
}
Expand Down

0 comments on commit 27a5520

Please sign in to comment.