Skip to content

Commit

Permalink
CQI-14: Enabled xml version of JacoccoTestReport
Browse files Browse the repository at this point in the history
  • Loading branch information
anawrotsoldevelo committed Nov 29, 2023
1 parent b561f0c commit 799d1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ jacocoTestReport {
group = "reporting"
description = "Generate Jacoco coverage reports after running tests."
reports {
xml.enabled false
xml.enabled true
html.enabled true
csv.enabled false
}

additionalSourceDirs = files(sourceSets.main.allJava.srcDirs)
additionalSourceDirs(files(sourceSets.main.allJava.srcDirs))
}

checkstyle {
Expand Down

0 comments on commit 799d1fc

Please sign in to comment.