Skip to content

Commit

Permalink
Update Gruntfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
unlogic committed Sep 3, 2015
1 parent 0468a84 commit 89ce631
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,22 @@ module.exports = function(grunt) {
testname: "qunit tests from saucelabs"
}
}
},
coveralls: {
// Options relevant to all targets
options: {
// When true, grunt-coveralls will only print a warning rather than
// an error, to prevent CI builds from failing unnecessarily (e.g. if
// coveralls.io is down). Optional, defaults to false.
force: false
},
your_target: {
// LCOV coverage file (can be string, glob or array)
src: 'coverage-results/extra-results-*.info',
options: {
// Any options for just this target
}
}
}
});

Expand Down

0 comments on commit 89ce631

Please sign in to comment.