Skip to content

Commit

Permalink
Fix jacoco coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Oct 31, 2024
1 parent b45e40d commit b99fec7
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 b99fec7

Please sign in to comment.