arturdm / arturdm/jacoco-android-gradle-plugin

How to add limit rule on minimum coverage.

Open
#56 0 comments 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.