Hi Team ,

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,

-- 
You received this message because you are subscribed to the Google Groups 
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/1ee4a220-d9fd-4c65-be87-95f8eb6f6286%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to