Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit a3b2ba2

Browse files
authored
Modified type of Jacoco reports (#133)
1 parent c4ad91a commit a3b2ba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.idea/modules/idea/idea_main.iml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ subprojects {
7676
reports {
7777
xml.enabled = false
7878
csv.enabled = false
79-
html.enabled = false
79+
html.enabled = true
8080
}
8181
}
8282
check.dependsOn jacocoTestReport
@@ -93,7 +93,7 @@ task jacocoRootReport(type: JacocoReport, group: 'verification') {
9393
executionData = files(subprojects.findAll().jacocoTestReport.executionData)
9494

9595
reports {
96-
html.enabled = true
96+
html.enabled = false
9797
xml.enabled = true
9898
csv.enabled = false
9999
}

0 commit comments

Comments
 (0)