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

Commit

Permalink
Merge pull request #54 from felixkl/master
Browse files Browse the repository at this point in the history
Add support for istanbul option 'include-all-sources'
  • Loading branch information
douglasduteil committed Oct 31, 2015
2 parents 81a43e5 + 389d3e5 commit f5b8cd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ nomnom.command('cover')
abbr: 'v',
help: 'verbose mode'
})
.option('include-all-sources', {
flag: true,
help: 'include-all-sources'
})

.callback(opts => {

Expand Down

0 comments on commit f5b8cd2

Please sign in to comment.