Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 10, 2023
1 parent 81cb2ce commit a02f967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ tasks.register('codeCoverage',JacocoReport) {
sourceDirectories.setFrom("${project.projectDir}/src/main/java")
classDirectories.setFrom("${project.buildDir}/tmp/kotlin-classes/localDebug")
println("${project.buildDir}")
executionData.setFrom("${project.buildDir}/app/build/outputs/unit_test_code_coverage/debugUnitTest/testDebugUnitTest.exec")
executionData.setFrom("${project.buildDir}/outputs/unit_test_code_coverage/debugUnitTest/testDebugUnitTest.exec")
}

tasks.withType(Test) {
Expand Down

0 comments on commit a02f967

Please sign in to comment.