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

Summary HTML Report should show a colour key #876

Open mellisdesigns opened 6 years ago

mellisdesigns commented 6 years ago

Summary It would be great for the html coverage report to show a colour key and meaning

pink statement not covered orange function not covered yellow branch not covered [i] or [e] if else not covered

It could sit on the header. I would love to tackle this if you all think it's a good idea?