Skip to content

Commit ec20b2d

Browse files
committed
Fix jacoco reports not generating for coverage collection
1 parent 1840dd7 commit ec20b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ jacocoTestReport {
397397
xml.required = true
398398
html.required = true
399399
}
400+
outputs.upToDateWhen { false } // This is necessary to force the report to be generated, even if we don't have unit tests (we only have game tests at the time of writing)
400401
}
401402

402403
// Also measure coverage for game tests

0 commit comments

Comments
 (0)