Hi, First of all let me warn you that answers in this mailing list are provided by volunteers in their spare time, and your behavior of repetitive emails is of a negative motivation for them. I would even say unacceptable, so please stop doing this.
Now about your question: Why not parse CSV or XML to get the values that you want? This is exactly why reports in machine-readable formats (CSV, XML) are provided. Everything what is provided out-of-the-box for Ant is documented on page https://www.jacoco.org/jacoco/trunk/doc/ant.html No more, no less. If this is not sufficient for you, then have a look at the code which generates reports. On Monday, March 25, 2019 at 6:29:19 AM UTC+1, [email protected] wrote: > > On Friday, March 22, 2019 at 3:22:01 PM UTC+5:30, [email protected] wrote: > > 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, > > Hi Team , > > Could you please help on this issue. > > 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/34fabfc4-c0cb-451f-95d5-af8863bfee41%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
