Skip to content

Commit

Permalink
Fixes coveralls grunt task to have src under correct object
Browse files Browse the repository at this point in the history
  • Loading branch information
traviswimer committed Mar 20, 2014
1 parent 594dc28 commit 096159d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ module.exports = function(grunt) {

coveralls: {
options: {
src: 'tests/coverage/reports/lcov.info',
force: true
},
all: {
src: 'tests/coverage/reports/lcov.info'
}
},

Expand Down

0 comments on commit 096159d

Please sign in to comment.