Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

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

Open
akarnokd opened this issue Aug 27, 2016 · 2 comments
Open

Comments

@akarnokd
Copy link

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.

@marchof
Copy link
Member

marchof commented Aug 29, 2016

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.

@akarnokd
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants