我目前正在使用 Gradle 插件来运行 JaCoCo 以进行代码覆盖报告。我想在我的 build.gradle 中指定一些过滤选项;https://github.com/jacoco/jacoco/wiki/FilteringOptions
我可以从 Maven 插件中看到这是可能的;例如https://github.com/timezra/jacoco-scala-maven-plugin
从这里的 Gradle doco 来看,似乎没有明确的方法来说明如何做到这一点。
作为build.gradle
脚本的一部分运行时,如何为 JaCoCo 设置过滤选项?