Skip to content

Commit

Permalink
Follow istanbul docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Mar 8, 2014
1 parent 515cf0e commit 864006d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -60,7 +60,7 @@ module.exports = function (grunt)

exec: {
cover: {
cmd: './node_modules/.bin/istanbul cover ./node_modules/.bin/grunt test'
cmd: './node_modules/.bin/istanbul cover ./node_modules/.bin/grunt -- test'
},

check_cover: {
Expand Down

0 comments on commit 864006d

Please sign in to comment.