I was doing code coverage for one of my project , able to generate report and I have a requirement to dynamically increase the module/project wise "INSTRUCTION" and "BRANCH" covered ratio dynamically . and I'm trying to achieve this by comparing my own created base value for "Covered Ratio" for both Instructions and Branches and Jacoco generated Covered ratio values using jacoco.exec file , and Problem is I'm unable to get the Covered ratio values in my code (Using ANT script) dynamically per module. Is there any way to get the Covered ratio values before writing to CSV or XML file so that I can use those values directly in my code for comparison purpose.
Thanks,
Hi Team,
Could you please help on this
Thanks,
Hi Team ,
Could you please help on this issue.
Thanks,