hello there, I love this tool and thanks very much :) Currently I use jacococli.jar to handle my ec files, and I have a question / suggestion:
1. Now `classfiles` will recursivily scan directories. It is not flexible enough. If I want to include or exclude some specific classes, I have to: - Use `--classfiles` and include every sub directories I want, like `java -jar jacococli.jar report xxx.ec --classfiles xx.class --classfiles yy.class --classfiles mydir`. - In a large project, it may easily causes `command too long` in linux. - .ec files can be merged, but class files can not. - Command would be longer and longer in the future. 2. In my opinion, we can put all these configures to a extra configure file (maybe json? or something like nginx.conf): - Make this command to something like `java -jar jacococli.jar -config jacoco_config.json`. - It 's easy to extend, for example, we can set a very precise `include` and `exclude` in config file. Thanks -- 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/86a023cd-abec-46f2-8fae-cd67126b6ad1%40googlegroups.com.