jacoco-android-gradle-plugin icon indicating copy to clipboard operation
jacoco-android-gradle-plugin copied to clipboard

Cannot create Jacoco report for the latest gradle 7.2.1

Open shivas2 opened this issue 3 years ago • 2 comments

Hello team,

I cannot generate Jacoco report for the latest gradle 7.2.1. Tests are running and respective .exec files are created, but final report is missing under "build/reports/jacoco/jacocoMergeTest/jacocoMergeTest.xml"

But for 7.1.3 report is getting generated.

shivas2 avatar Jun 08 '22 06:06 shivas2

For me, the .exec file is not generated with 7.2.1.

AVI5HEK avatar Jul 04 '22 09:07 AVI5HEK

Something in original JaCoCo is not aligned with AGP 7.2.0+ because I had integration of regular jacoco and it's broken from v7.2.0

hbb20 avatar Jul 06 '22 15:07 hbb20