itay / node-cover

Native JavaScript Code Coverage
http://www.cover.io
165 stars 17 forks source link

Add browser code coverage support #10

Open itay opened 12 years ago

itay commented 12 years ago

There's nothing in what Cover does that prevents it from running in the browser. It just involves a bit of decoupling to take out the Node specific parts out (like reading files). We also need to find a way to "intercept" <script> tag loads.