Skip to content
Advertisement

Eclipse – Java – Gradle is skipping jacocoTestReport

Project structure:

JavaScript

Gradle version : 2.2.1

Here is my build.gradle

JavaScript

when I run gradle task as “test jacocoTestReport”, I am getting the below results

JavaScript

can someone please suggest what should be added to execute jacoco test report.

Thanks.

Advertisement

Answer

I was able to generate the code coverage results with the following set up.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement