Launch configuration options for JaCoCo agent
In addition to the default preferences the agent options for
- includes
- excludes
- exclclassloader
should be configurable on a per launch configuration base.
+1 for this feature, that would be a much more flexible way to configure the coverage sessions.
Basically, the excluded classes set can differ for different projects (and most probably they will) - so jumping to the Preferences settings each time when calculating the coverage for another project is not pretty convenient.
@AndrewNR Note that this options do not define the analysis scope. Excluded classes will simply show-up as not covered at all. The purpose of these options is to exclude certain (framework) classes for technical reasons.