Skip to content

Commit 43479d7

Browse files
authored
#72 fix default description for output report dir
1 parent 502a2b4 commit 43479d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ diffCoverageReport {
165165
html = true // Optional. default `false`
166166
xml = true // Optional. default `false`
167167
csv = true // Optional. default `false`
168-
reportDir = 'dir/to/store/reports' // Optional. Default 'build/reports/jacoco/diffCoverage'
168+
baseReportDir = 'base/dir/to/store/reports' // Optional. Default 'build/reports/jacoco/'
169169
}
170170
171171
violationRules.failIfCoverageLessThan 0.9 // Optional. The function sets all coverage metrics to a single value, sets failOnViolation to true

0 commit comments

Comments
 (0)