How can I run code coverage for client side javascript code using grunt?
I have run the client side javascript code test using mocha-phantomjs to be tested using html page, and it works fine, but I couldn't find a way to run code coverage for it.
It will be great if there is some sample code.