Skip to content

Commit

Permalink
Generate report by excluding instrumentation test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Nov 3, 2023
1 parent a154b7f commit d2657c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d2657c3

Please sign in to comment.