--
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+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/a8877c20-7abc-4c50-b879-d0552a4e15eb%40googlegroups.com.
Hi,if you exclude the classes at runtime, this means no coverage data is collected for these classes. They will show as uncovered in the report.To exclude the classes from the report, please specify the exclude when you create the report.Regards,-marc
On 7. Aug 2019, at 05:52, lvhu...@gmail.com wrote:
hi guys,I was using Jacoco to analyze my API interface tests. My class files have the following directories/packages:com.X.Y.controller, com.X.Y.view, com.X.Y.view.model, com.X.Y.view.util, com.X.Y.util, com.X.Y.debug, com.X.Y.helper, etc. I wanted to use 'excludes=' to excludes the 'helper' and the 'debug' packages from the analysis scope, so in my java command line, I added this:-javaagent:/path/to/lib/jacocoagent.jar=excludes=*.helper.*:*.debug.*,output=tcpserver,address=xxx,,port=xxxI tried quite a few time with some variances, and each time the analysis result still contains the 'helper' and the 'debug' part.What's wrong with my approach? Any tips will be appreciated.Thanks.--huafeng--
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 jac...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/4aa8ea0f-cd2d-4e2e-8268-45deda455b02%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/4aa8ea0f-cd2d-4e2e-8268-45deda455b02%40googlegroups.com.