Hi, I find jacoco code coverage report interesting, however I am stuck in one of the problem. Can any one pls help
Steps done: 1. I have a sample project and in pom added jacoco plugin. 2. I have not added any junit test cases as my requirement is to generate the report on the fly: 0% coverage after compile and ~100% after running all the scenarios during run-time (keep merging). 3. I compiled the project - no jacoco.exec and no report in target (fine) 4. Once I start running the application, as and when the scenarios are executed the coverage gets appended to jacoco.exec (fine) 5. Now to generate the html report from jacoco.exec, I have to either import to eclemma eclipse plugin or I have to run 'mvn jacoco:report'. This step I want to automate. The 5th step mentioned above needs to be automated. I mean the report should be pulled by the automation team or ops team as and when required. Can there be script written or any lite weight tool/plugin to get the above report. Please help. Regards, Arun. -- 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]. For more options, visit https://groups.google.com/d/optout.
