grunt-istanbul
grunt-istanbul copied to clipboard
JavaScript codecoverage tool for Grunt
I'm interested in directly integrating [Codecov.io](https://codecov.io) into this project. I would love to chat and help out in any way to make this possible. I could contribute the methods if...
When trying to run a coverage task on some code I get this error: ``` Running "storeCoverage" task Fatal error: Cannot assign to read only property 'prepareStackTrace' of function Error()...
I have a large JS project whose files I am trying to instrument. When I try to run "grunt instrument" with the following config: ``` instrument: { files: 'src/js/**/*.js', options:...
In our project we are not storing test files under one location, those are stored related to each source file. So each module will have its test folder. Also we...