Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds instrument command line option #298

Merged
merged 4 commits into from
Jul 7, 2016
Merged

feat: adds instrument command line option #298

merged 4 commits into from
Jul 7, 2016

Conversation

bcoe
Copy link
Member

@bcoe bcoe commented Jul 6, 2016

first pass at adding instrument command, which can be used to instrument files, or directories of files.

@gotwarlost could you give this a spin and let me know if it meets your needs (@jamestalmage would also love a code review).

fixes #293

default: 'text'
})
.option('report-dir', {
describe: 'default directory to output coverage reports in',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this simply say:

directory to output coverage reports in

The default is coverage. If report-dir is specified, it's no longer the "default".

@bcoe bcoe merged commit e45b51b into master Jul 7, 2016
@bcoe bcoe deleted the feat-instrument branch July 7, 2016 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add instrument command line option
2 participants