Skip to content

Commit

Permalink
Fix coverage data location
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed May 1, 2023
1 parent f9b9480 commit 6ba5530
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ task jacocoTestReport(type:JacocoReport, dependsOn: "testDebugUnitTest") {
additionalSourceDirs.from = files(coverageSourceDirs)
sourceDirectories.from = files(coverageSourceDirs)
executionData.from = files([
// see https://stackoverflow.com/questions/67530173/upgrade-to-agp-4-2-0-unable-to-generate-jacoco-code-coverage-report
"$project.projectDir/jacoco.exec",
fileTree(
dir : "$buildDir",
include : ['jacoco.exec', 'jacoco/testDebugUnitTest.exec', 'outputs/code_coverage/debugAndroidTest/connected/*coverage.ec', 'spoon-output/currentDebug/coverage/merged-coverage.ec'])
Expand Down

0 comments on commit 6ba5530

Please sign in to comment.