Skip to content

Commit

Permalink
Enable xml report
Browse files Browse the repository at this point in the history
Signed-off-by: monusingh-1 <[email protected]>
  • Loading branch information
monusingh-1 committed Feb 2, 2024
1 parent 428ea3b commit c8fdc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ jacocoTestReport {
dependsOn test
dependsOn integTest
reports {
// xml.enabled true
xml.required.set(true)
}
// We're combining the coverage data for both test and integ tests.
getExecutionData().setFrom(fileTree(buildDir).include("/jacoco/*.exec"))
Expand Down

0 comments on commit c8fdc42

Please sign in to comment.