I am using jacoco to generate code coverage reports from Squish test cases on my company's java application. I have been using jacoco's command line interface and I am able to generate html reports, however the coverage reported is unchanging regardless of any interaction with the application that I have. I have opened the application several times and interacted with basic functionality, yet the reported coverage remains 0. I have been navigating the the jacoco directory, then executing the following command after the tested application has been run and closed: "java -jar jacococli.jar report C:/path/to/exec/cc_rep_1242.exec --classfiles C:/path/to/classfiles --html C:/path/to/report --name coverage_report". Any help you can provide is extremely appreciated. Thank you so much
-- 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 jacoco+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/106f0e3e-ca50-4807-aea1-a8d16c97af47o%40googlegroups.com.