Skip to content

Commit

Permalink
fix jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Nov 29, 2023
1 parent 9d645f2 commit 35bd5e0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions gradle/coverage.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,8 @@ task jacocoFullReport(type: JacocoReport) {
)

reports {
html.enabled = true
xml.enabled = true
}

doFirst {
getExecutionData().from(
files(executionData.findAll { it.exists() })
)
html.required = true
xml.required = true
}
}

Expand Down

0 comments on commit 35bd5e0

Please sign in to comment.