-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow sorting files list by coverage #22
Comments
@EwenQuim, this is the original issue I opened a while ago to remember this feature. Answering your question in #30: no, there is no specific timeline, things move as soon as I (or other people) have time to work on them. I'd like to make incremental releases every 1-3 months, but it is not always possible 😼 I'm not closing this issue yet, because there is still work to do here: testing, in-program sorting mode toggle, ability to sort by the number of statements instead of total coverage, etc. Please let me know if you wish to work on this in the near future. If yes, I'll work on something else. Otherwise, I'll take it from here 😼 |
I can't work on it this week or the next one, but maybe in a few weeks |
Has anyone been working on this? I was thinking of implementing sort by coverage %. Have two options ASC / DSC. |
Hi @aidanmatchette, sorting by coverage percentage was already implemented before in #30, but:
Would you like to start working on some or all of the above? Your help would be appreciated 😼 |
Hey @orlangure, I am new to Go and really like this project. |
#42 |
@orlangure Made some updates based on your suggestions. Made a PR. Please check it out. Thanks! |
For larger projects, it might be useful to support sorting the entries in the list by their total coverage. Another potentially useful mode could be sorting by the number of non-covered statements: show the files with the most potential improvements to make first.
The text was updated successfully, but these errors were encountered: