Skip to content

Instantly share code, notes, and snippets.

@peterssonjesper
Last active December 21, 2015 03:29
Show Gist options
  • Save peterssonjesper/6243029 to your computer and use it in GitHub Desktop.
Save peterssonjesper/6243029 to your computer and use it in GitHub Desktop.
istanbul: {
src: '<%= jasmine.all.src %>',
options: {
vendor: '<%= jasmine.all.options.vendor %>',
specs: '<%= jasmine.all.options.specs %>',
template: require('grunt-template-jasmine-istanbul'),
templateOptions: {
coverage: 'coverage/json/coverage.json',
report: [
{type: 'html', options: {dir: 'coverage/html'}},
{type: 'text-summary'}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment