Skip to content

Commit

Permalink
chore: JaCoCo command
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed May 28, 2024
1 parent 0050ddf commit 04e9462
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ jobs:
run: chmod +x gradlew

- name: Run Module Coverage
run: ./gradlew clean createDebugCoverageReport
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
target: google_apis
arch: x86
disable-animations: true
script: ./gradlew clean createDebugCoverageReport

- name: Jacoco Report to PR
id: jacoco
Expand Down

0 comments on commit 04e9462

Please sign in to comment.