Skip to content

Commit

Permalink
feat: Filenames relative to project cwd in coverage reports (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalletbgallet authored and coreyfarrell committed Dec 17, 2019
1 parent 6039f29 commit 5258e9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -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)
})
Expand Down

0 comments on commit 5258e9f

Please sign in to comment.