Skip to content

Commit

Permalink
Make coverage MUCH FASTER with nyc caching
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 17, 2016
1 parent 03daef1 commit c17d15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/run.js
Expand Up @@ -399,6 +399,7 @@ function respawnWithCoverage (options) {
// Re-spawn with coverage
var args = [nycBin].concat(
'--silent',
'--cache=true',
options.nycArgs,
'--',
process.execArgv,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"glob": "^7.0.0",
"isexe": "^1.0.0",
"js-yaml": "^3.3.1",
"nyc": "^7.1.0",
"nyc": "^9.0.1",
"only-shallow": "^1.0.2",
"opener": "^1.4.1",
"os-homedir": "1.0.1",
Expand Down

0 comments on commit c17d15c

Please sign in to comment.