Skip to content

Commit

Permalink
Fix jacoco coverage (#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Oct 31, 2024
1 parent b45e40d commit 37081cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ subprojects {

jacocoTestReport {
reports {
xml.enabled true
csv.enabled true
xml.required = true
csv.required = true
}

afterEvaluate {
Expand Down

0 comments on commit 37081cc

Please sign in to comment.