We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502a2b4 commit 43479d7Copy full SHA for 43479d7
README.md
@@ -165,7 +165,7 @@ diffCoverageReport {
165
html = true // Optional. default `false`
166
xml = true // Optional. default `false`
167
csv = true // Optional. default `false`
168
- reportDir = 'dir/to/store/reports' // Optional. Default 'build/reports/jacoco/diffCoverage'
+ baseReportDir = 'base/dir/to/store/reports' // Optional. Default 'build/reports/jacoco/'
169
}
170
171
violationRules.failIfCoverageLessThan 0.9 // Optional. The function sets all coverage metrics to a single value, sets failOnViolation to true
0 commit comments