We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af08256 commit 659fc54Copy full SHA for 659fc54
gruntfile.js
@@ -50,7 +50,7 @@ module.exports = function (grunt) {
50
coverageReporter: {
51
reporters: [
52
{ type: 'lcov', subdir: '.' },
53
- { type: 'text-summary' }
+ { type: 'text-summary', subdir: '.' }
54
]
55
}
56
0 commit comments