I'M trying to get the Code Coverage using JaCoCo-javaagent passing VM argument
-javaagent:/test/jacoco/jacocoagent.jar=destfile=/test/jacoco/jacoco.exec,includes=com.*,append=true
I'M able to get some value in jacoco.exec file but not able to get coverage report.How can i convert jacoco.exec to coverage report OR am i missing something in VM Argument.
Condition is like that i have only jar and war and using jBoss server to run application.