Skip to content

Commit

Permalink
Fix coverage report
Browse files Browse the repository at this point in the history
Enable workaround for gotwarlost/istanbul#55.

Ref. #2.
  • Loading branch information
mathiasbynens committed May 21, 2013
1 parent 63fccca commit bb8f1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function(grunt) {
'failOnError': true
},
'cover': {
'command': 'istanbul cover --report "html" --verbose --dir "coverage" "<%= meta.testFile %>"'
'command': 'istanbul cover --report "html" --verbose --dir "coverage" "<%= meta.testFile %>"; istanbul report --root "coverage" --format "html"'
},
// Rhino 1.7R4 has a bug that makes it impossible to test regenerate.
// https://bugzilla.mozilla.org/show_bug.cgi?id=775566
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"grunt-shell": "~0.2.2",
"qunitjs": "~1.11.0",
"qunit-clib": "~1.3.0",
"requirejs": "~2.1.5"
"requirejs": "~2.1.6"
},
"readmeFilename": "README.md"
}

0 comments on commit bb8f1ee

Please sign in to comment.