Skip to content

Commit

Permalink
use reports
Browse files Browse the repository at this point in the history
  • Loading branch information
trOnk12 committed Oct 6, 2023
1 parent 29e7b6b commit 35471ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jacoco-report.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
tasks.register('jacocoTestReport', JacocoReport) {
dependsOn['testDebugUnitTest', 'createDebugCoverageReport']

task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'createDebugCoverageReport']) {
reports {
xml.configure {
setEnabled(true)
Expand Down

0 comments on commit 35471ba

Please sign in to comment.