jmhofer / eCobertura

This is just a mirror of the bitbucket repo!
http://ecobertura.johoop.de
Eclipse Public License 1.0
17 stars 6 forks source link

Add ability to sort out test classes from the view #7

Open radaczynski opened 14 years ago

radaczynski commented 14 years ago

I would like to be able to see the coverage only on application classes (in maven that would be those residing in src/main as opposed to src/test, but perhaps identifying them by name is a better idea? or by other means?)

jmhofer commented 14 years ago

Do you know about the filters in the run configuration I added in one of the recent versions? - Do I understand correctly that you want to filter only the view, but still collect coverage data for all classes?

radaczynski commented 14 years ago

Nope, I did not know that. Will check them out, thanks! And yes - this is exactly what I would like to achieve.

jmhofer commented 14 years ago

So we'd need some kind of filter panel for the coverage view in addition to the run configuration filters...

argoyle commented 14 years ago

Would it be possible to add "Default filters" in the plugin configuration that is picked up by new launch configurations? I usually exclude Test and Mock and a configuration like that would help me much.

bradcupit commented 14 years ago

filtering on directory would be even more useful example: exclude 'test' or '/src/test/java'