diff --git a/index.js b/index.js index 288a06f..a36bf62 100644 --- a/index.js +++ b/index.js @@ -342,6 +342,12 @@ const instrumentOnly = { type: 'boolean', default: false, nycCommands: nycCommands.instrumentOnly + }, + baseline: { + description: 'should nyc create a baseline coverage file?', + type: 'boolean', + default: false, + nycCommands: nycCommands.instrumentOnly } }; diff --git a/tap-snapshots/test-test.js-TAP.test.js b/tap-snapshots/test-test.js-TAP.test.js index 6d077b8..2eb0591 100644 --- a/tap-snapshots/test-test.js-TAP.test.js +++ b/tap-snapshots/test-test.js-TAP.test.js @@ -76,6 +76,7 @@ Object { "all": false, "autoWrap": true, "babelCache": false, + "baseline": false, "branches": 0, "cache": true, "checkCoverage": false,