NagrajN / grunt-jasmine-node-coverage-validation

Grunt task for jasmine-node using istanbul for code coverage. Validates coverage configuration and fails the task if under the code coverage threshold.
https://github.com/NagrajN/grunt-jasmine-node-coverage-validation
MIT License
0 stars 3 forks source link

istanbul ignoring /* istanbul ignore XXXXX */ statements #1

Open abelnation opened 9 years ago

abelnation commented 9 years ago

I'm having trouble getting istanbul to honor my ignore statements. Is there a special setting I should set in the grunt config for this?

abelnation commented 9 years ago

It appears that the task is not a multi-task like grunt-jasmine-node is. I'll see if i can get a pull request in.