Skip to content

Commit 659fc54

Browse files
committed
avoid creating empty coverage dir
1 parent af08256 commit 659fc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = function (grunt) {
5050
coverageReporter: {
5151
reporters: [
5252
{ type: 'lcov', subdir: '.' },
53-
{ type: 'text-summary' }
53+
{ type: 'text-summary', subdir: '.' }
5454
]
5555
}
5656
}

0 commit comments

Comments
 (0)