eclemma icon indicating copy to clipboard operation
eclemma copied to clipboard

Option to filter out 100% covered rows in the Coverage view's table

Open akarnokd opened this issue 9 years ago • 2 comments

Currently, all components (classes, packages) show up in the table, including those which have 100% coverage. If I'm working towards improving it, seeing them all is distracting and would like to concentrate on those which have less than 100%. A filtering option as button or menupoint would be great.

akarnokd avatar Aug 27 '16 19:08 akarnokd

Please note that by default all elements are sorted by most uncovered code first. So elements with 100% code coverage should already be at the very bottom.

We already have an option to show touched classes only. Adding this filter would be technically possible, but will most likely result in a fruiteless discussion about 100% code coverage.

marchof avatar Aug 29 '16 10:08 marchof

I suggested 100% as target because that could be a button or menu point unlike a threshold-like setting that requires an input box or something similar.

akarnokd avatar Aug 29 '16 10:08 akarnokd