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 786 forks source link

HTML Reports example #688

Open seminull opened 8 years ago

seminull commented 8 years ago

The HTML reports example in the readme show a flattened view of all your source files without drilling down into subdirectories. I am using default configuration with istanbul 0.4.4 and not getting this format. I have a small project and would prefer the flattened view, is there a setting for it or has it be removed?