Hello team, I am trying to compute code coverage for a build hosted in tomcat. I have attached Jacoco agent to tomcat using Java agent. Now I am able to get Jacoco.exec file and class dumps. Currently I don't have access to source code files. As per as my understanding we can do the analysis only by using *.class files and Jacoco.exec files. I have tried the below options but still not able to generate the html report.
java -jar /opt/jacoco/lib/jacococli.jar report /opt/jacoco/Result/jacoco.exec --classfiles /opt/jacoco/Result/classes --html /opt/jacoco/Result/jacoco-report --name jackRpt - This is thrrowing me an exception I have also tried import the jacoco.exec file and analysed against the class dump files. But I am getting error code of 5001. Can anyone please tell me what I am missing or what I am doing wrong. Thanks in advance. Regards, Sabyasachi Mishra -- 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/e33d2823-d507-4d6a-9240-ad247e7b4b2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
