grosser / single_cov

Actionable code coverage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to print the most uncovered files

fakenine opened this issue · comments

Hello,

I was thinking that it would be nice to have an option that would result in SingleCov printing the N most uncovered files at the end of the test, along with the number of lines uncovered.

doesn't really fit with the spirit of the library to test each file individually, also git grep uncovered | sort already gives you that