Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created April 24, 2019 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/996d12ad5b3c02772f008fd7232d978a to your computer and use it in GitHub Desktop.
Save isaacs/996d12ad5b3c02772f008fd7232d978a to your computer and use it in GitHub Desktop.
{ _: [ '/usr/local/bin/node' ],
silent: false,
s: false,
all: false,
a: false,
'exclude-after-remap': true,
excludeAfterRemap: true,
'exclude-node-modules': true,
excludeNodeModules: true,
eager: false,
cache: true,
c: true,
'babel-cache': false,
babelCache: false,
'es-modules': true,
esModules: true,
'check-coverage': false,
checkCoverage: false,
'source-map': true,
sourceMap: true,
'per-file': false,
perFile: false,
'produce-source-map': false,
produceSourceMap: false,
compact: true,
'preserve-comments': true,
preserveComments: true,
instrument: true,
'hook-require': true,
hookRequire: true,
'hook-run-in-context': false,
hookRunInContext: false,
'hook-run-in-this-context': false,
hookRunInThisContext: false,
'show-process-tree': false,
showProcessTree: false,
clean: true,
'skip-empty': false,
skipEmpty: false,
'skip-full': false,
skipFull: false,
branches: 100,
functions: 100,
lines: 100,
statements: 100,
reporter: 'text',
r: 'text',
'report-dir': 'coverage',
reportDir: 'coverage',
exclude:
[ 'coverage/**',
'packages/*/test/**',
'test/**',
'test{,-*}.js',
'**/*{.,-}test.js',
'**/__tests__/**',
'**/{ava,babel,jest,nyc,rollup,webpack}.config.js' ],
x:
[ 'coverage/**',
'packages/*/test/**',
'test/**',
'test{,-*}.js',
'**/*{.,-}test.js',
'**/__tests__/**',
'**/{ava,babel,jest,nyc,rollup,webpack}.config.js' ],
include: [],
n: [],
cwd: '/Users/isaacs/dev/js/x/tap-ts-coverage',
require: [],
i: [],
extension: [],
e: [],
'nycrc-path': '.nycrc',
nycrcPath: '.nycrc',
'temp-dir': './.nyc_output',
t: './.nyc_output',
tempDir: './.nyc_output',
'$0': 'node_modules/tap/node_modules/nyc/bin/nyc.js',
instrumenter: './lib/instrumenters/istanbul' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment