jacoco-android-gradle-plugin
jacoco-android-gradle-plugin copied to clipboard
Gradle plugin that creates JaCoCo test reports for Android unit tests
Gradle
https://github.com/arturdm/jacoco-android-gradle-plugin/issues/69
 这里的sourceDirectories is null,有人遇到过吗?
The Jacoco Task sometimes takes forever to run. Sometimes, it runs immediately and other times, it just gets stuck doing the same task over and over again. You can see...
Currently gradle sync will fail stating `Cannot set the value of read-only property 'executionData' for task ':app:jacocoTestInternalDebugUnitTestReport' of type org.gradle.testing.jacoco.tasks.JacocoReport.` when upgrade to gradle-6.1.1
I am getting this warning, this makes my circleCI fail. ``` The JacocoReportBase.setExecutionData(FileCollection) method has been deprecated. This is scheduled to be removed in Gradle 6.0. Use getExecutionData().from(...) The JacocoReportBase.setSourceDirectories(FileCollection)...
the project use MVP structure and just want coverage Presenter, How to set `classDirectories` only support pattern like `**/*Presenter*.class` ?