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

include option doesn't supported in CLI #207

Closed
rpominov opened this issue Mar 28, 2016 · 2 comments
Closed

include option doesn't supported in CLI #207

rpominov opened this issue Mar 28, 2016 · 2 comments
Labels

Comments

@rpominov
Copy link
Contributor

Can it be added to CLI options? I can submit a PR if it'll help.

@jamestalmage
Copy link
Member

Do you have a use case where you are unable to just use the config in package.json?

@rpominov
Copy link
Contributor Author

Yeah, I'm building a tool that basically gives you an opinionated dev environment. It runs test, compiles js, etc. Also it does coverage, so nyc is an just implementation detail of that tool, and nyc config have to be hidden from the tool's user. Currently I just pass all options via CLI, which works fine, except include can't be specified via CLI options.

Here is the link if you're interested https://github.com/rpominov/lobot . I just run lobot coverage or lobot coveralls and it does stuff using nyc under the hood.

@bcoe bcoe added the bug label Mar 31, 2016
bcoe pushed a commit that referenced this issue Apr 11, 2016

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
…hanks @rpominov \o/ see #207
@bcoe bcoe closed this as completed Apr 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants