I have a gradle Java project that uses Jacoco for reporting code-coverage and has the following directory structure:
- src/ | | - scripts | | - test/ The scripts directory has .groovy files that are class loaded at runtime and executed during test execution. While the coverage for all the source files in the src folder are reported correctly, the coverage of files that are classloaded at runtime are not reported. How can the code coverage of the files class loaded at runtime be reported using Jacoco? -- 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/4b11bbce-d5bd-4218-aae8-5dd33c826a2b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
