Yes it worked fine for a single project. If aggregate only creates reports based on previously created exec files, then how can it be used for integration tests? Consider i have multi module project and all i have are integration tests in a separate module, So, when i run the test cases, how will exec files be generated in other modules? Only one exec file will be generated for the module in which the testcases are written.
Then how come can we use aggregate goal for integration tests? I think i will hack it. I will copy all class files to target/classes and jacoco will generate the report. I already tried this but the disadvantage is, it wont show the source code in the report. Is there any thing i could do get the source code into the report using this hack? -- 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/b9b7d45d-cdc2-40e8-9720-1b183c2e8568%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
