Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Oct 11, 2023
1 parent 011a2d4 commit d689567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ task jacocoAndroidTestReport(type: JacocoReport) {
if (project.hasProperty('codeCoverageDataLocation')) {
executionData.from += fileTree(dir: codeCoverageDataLocation, includes: ['**/*.ec'])
}
\

reports {
html.required = true
html.destination file("${buildDir}/reports/coverage")
Expand Down

0 comments on commit d689567

Please sign in to comment.