eCobertura
eCobertura copied to clipboard
This is just a mirror of the bitbucket repo!
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...
Thank you for this plugin, it makes life easier ^^. In the project I am working on, several tests suites are covering different parts of the same classes. Cobertura has...
The use of pale red and pale green background colours to highlight coverage in source files makes eCovertura difficult to use for some developers who exhibit red-green colour-blindness (about 1...
Standard views like Package Explorer have a "Link With Editor" toggle (a button with two yellow arrows facing opposite directions) that automatically expands the tree to the file that is...
Using ecobertura 9.8 and m2eclipse on eclipse 3.6. When debugging unit tests, eclipse uses src/test/resources for resource files. When using ecobertura, only uses src/main/resources, with no option to override to...