Skip to content

Commit

Permalink
fix(gruntfile): Updated path to istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
junajan committed Aug 25, 2016
1 parent f7c2903 commit 9f20130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = (grunt) ->
stderr: true
failOnError: true
coverage:
command: './node_modules/.bin/istanbul cover jasmine-node --captureExceptions test && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage'
command: 'istanbul cover jasmine-node --captureExceptions test && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage'
jasmine:
command: './node_modules/.bin/jasmine-node --captureExceptions test'
publish:
Expand Down

0 comments on commit 9f20130

Please sign in to comment.