[GRADLE-2854] Jacoco Check Created: 30/Jul/13 Updated: 16/Jan/17 Resolved: 16/Jan/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Task | ||
Reporter: | Gradle Forums | Assignee: | Benjamin Muschko |
Resolution: | Duplicate | Votes: | 32 |
Description |
How do I implement the jacoco check ( [1]http://www.eclemma.org/jacoco/trunk/d... ) function using the gradle jacoco plugin ( [2]http://www.gradle.org/docs/current/us... )? |
Comments |
Comment by Jeff D [ 10/Aug/15 ] |
Given that there's over 500 stars on github for the workaround to jacoco not being able to fail the build due to low levels of code coverage https://github.com/springfox/springfox/tree/fb780ee1f14627b239fba95730a69900b9b2313a/gradle This issue should receive attention. |
Comment by Sada [ 05/May/16 ] |
It will be great if we could get the "check" feature added. The coverage information is pretty much useless if you cannot take an action based on it. |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 16/Jan/17 ] |
JaCoCo coverage validation is available with Gradle 3.4: https://github.com/gradle/gradle/issues/824. |