Skip to content

Commit

Permalink
Produce html coverage report when running grunt coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 26, 2015
1 parent fa3c0e0 commit b50dbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function (grunt) {
root: 'lib',
options: {
mask: '*.js',
reportFormats: ['lcovonly'],
reportFormats: ['lcovonly', 'html'],
timeout: '10s',
require: ["test/support/chai", "test/support/config"],
check: {
Expand Down

0 comments on commit b50dbcd

Please sign in to comment.