Skip to content
This repository has been archived by the owner on Dec 31, 2019. It is now read-only.

Commit

Permalink
Reverting config parsing changes to preserve .istanbul.yml functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Rapp committed Nov 2, 2015
1 parent 8cd2944 commit db1872d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ nomnom.command('cover')
help: 'the configuration file to use, defaults to .istanbul.yml'
})
.option('default-excludes', {
default: true,
flag: true,
help: 'apply default excludes [ **/node_modules/**, **/test/**, **/tests/** ]'
})
Expand All @@ -50,7 +49,6 @@ nomnom.command('cover')
help: 'report format'
})
.option('root', {
default: '.',
metavar: '<path>',
help: 'the root path to look for files to instrument'
})
Expand All @@ -67,7 +65,6 @@ nomnom.command('cover')
help: 'verbose mode'
})
.option('include-all-sources', {
default: false,
flag: true,
help: 'instrument all unused sources after running tests'
})
Expand Down

0 comments on commit db1872d

Please sign in to comment.