diff --git a/index.js b/index.js index b854548a9..3ce7ba6d6 100755 --- a/index.js +++ b/index.js @@ -441,6 +441,7 @@ class NYC { reports.create(_reporter, { skipEmpty: this.config.skipEmpty, skipFull: this.config.skipFull, + projectRoot: this.cwd, maxCols: process.stdout.columns || 100 }).execute(context) })