Skip to content

Commit

Permalink
jacoco 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisChoupault committed Mar 3, 2025
1 parent 780a8e9 commit 8908f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Build and test
run: |
./example/android/gradlew testDebugUnitTest jacocoTestReport -p ./example/android/
./example/android/gradlew testDebugUnitTest -p ./example/android/
- name: Upload coverage report as artifact
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

jacoco {
toolVersion = "0.8.8"
toolVersion = "0.8.12"
}

android {
Expand Down

0 comments on commit 8908f1d

Please sign in to comment.