You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am also looking for this feature. My problem is as follows: I want cobertura to be only included as a test dependency which prevents me from annotating my class with @CoverageIgnore and I want my demo package to be excluded. I tried various patterns with the excludeClassesRegularExpression parameter but without luck. Is there any other option, or did I just fail to configure the PlugIn properly?
I can't see any way to ignore classes or packages from coverage analysis. As a result, my results are being skewed by auto-generated class files.
The text was updated successfully, but these errors were encountered: