gradle-jacoco-coverage icon indicating copy to clipboard operation
gradle-jacoco-coverage copied to clipboard

Migrate to standard gradle jacoco plugin from gradle-jacoco-coverage

Open tkruse opened this issue 5 years ago • 0 comments

Hi,

(same question here: https://discuss.gradle.org/t/jacoco-global-default-thresholds-local-modifications-setup/28920)

I try to migrate from gradle-jacoco-coverage to the standard gradle jacoco plugin for a multi-module gradle project. So far I had configured some thresholds globally for all submodules, and in each submodule's build.gradle, I made local adaptions for classes and packages in that module. That worked really nice with the palantir jacoco plugin configuration semantics of choosing the narrowest configuration.

However with gradle, this does not seem easily possible. Is there a trick, or some plugin to keep using the semantics from palantir for the standard gradle plugin?

tkruse avatar Oct 03 '18 13:10 tkruse