Re: [java code coverage] Jacoco Gradle Plugin - jacocoTestCoverageVerification task issues

2020-08-28 Thread Shreya Jivani
Thanks Mark, this issue can be closed, I ll open it with the gradle forum. On Friday, August 28, 2020 at 3:25:07 AM UTC-4 Marc R. Hoffmann wrote: > Please note that the Gradle plugin is maintained by the Gradle project not > by JaCoCo. You might better get an answer on their forum. > > Regards,

Re: [java code coverage] Jacoco Gradle Plugin - jacocoTestCoverageVerification task issues

2020-08-28 Thread Marc Hoffmann
Please note that the Gradle plugin is maintained by the Gradle project not by JaCoCo. You might better get an answer on their forum. Regards, -marc > On 27. Aug 2020, at 17:19, Shreya Jivani wrote: > > Hi, > > We are trying to implement a test coverage threshold to fail the build if the >

[java code coverage] Jacoco Gradle Plugin - jacocoTestCoverageVerification task issues

2020-08-27 Thread Shreya Jivani
Hi, We are trying to implement a test coverage threshold to fail the build if the coverage drops below a certain limit. We are using the jacocoTestCoverageVerification gradle task as listed here: https://docs.gradle.org/current/dsl/org.gradle.testing.jacoco.tasks.JacocoCoverageVerification.ht