arturdm / arturdm/jacoco-android-gradle-plugin
How to add limit rule on minimum coverage.
Open
- Dominant language
- Groovy
- Stars
- 565
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
I would really like to do something like this... Is it this possible?
```
// val jacocoAndroidUnitTestReport by existing(JacocoAndroidUnitTestReportExtension::class) {
// violationRules {
// rule {
// limit {
// counter = "BRANCH"
// value = "COVEREDRATIO"
// minimum = BigDecimal.valueOf(1.00)
// }
// }
// }
// }
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.