gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 788 forks source link

Is there a way to print HTML report in folder level recursively? / show subfolder in folders? #378

Open niln1 opened 9 years ago

niln1 commented 9 years ago

Currently, all istanbul report only shows coverage for files which is in folder but not subfolders  qq20150604-1 2x

Is there a way to show report by folder including all the subfolders in it?

like making folder istanbul/lib show inside istanbul and istanbul/lib/command show inside istanbul/lib I think that will make the ui cleaner

Thanks a lot in advance! 

4kochi commented 9 years ago

At least it would be more readable if the column is left-aligned. But anyway, it would prefer subfolders too.

jalet commented 9 years ago

:+1: for this, with a large project the report quickly becomes hard to overview.

Chumba commented 9 years ago

+1 Also wondering about this, currently working on a large project and reading through the report is not very intuitive.

xavhan commented 9 years ago

Dynamic filter would be great for the purpose of browsing through large projects.

niln1 commented 9 years ago

+1