diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a0ebbfa1..8d63ae261 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,4 +58,6 @@ jobs: - name: Run unit tests env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew sdk:jacocoUnitTestReport sdk:sonar + # Remove sdk:createProductionDebugCoverageReport -x connectedProductionDebugAndroidTest + # and switch to jacocoTestReport when instrumentation flakiness is fixed + run: ./gradlew sdk:jacocoUnitTestReport sdk:createProductionDebugCoverageReport -x connectedProductionDebugAndroidTest sdk:sonar