cancel
Showing results for 
Search instead for 
Did you mean: 

code coverage

Former Member
0 Kudos
508

How do you add code coverage to the build (hybris 5.1) process? i.e. Add Jacoco code coverage during the ant unittests task?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member387866
Active Contributor
0 Kudos

Hi Cully,

You will probably need to Google this a lot.

But the GitHub Project JaCoCo has an integration example in it's Build.xml.

I hope this points you in the right direction,
Luke

Former Member
0 Kudos

Hi Luke,

Thanks for the link. I understand how to add Jacoco to a build.xml file that I can control. The issue is the build.xml file is generated for our custom extensions as part of the hybris ant clean all process.

I am looking for direction on how to incorporate it into the buildcallbacks.xml or how to change to process that generates the build.xml files for our custom extensions.

Cully.