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

Fix node-coveralls to make it better usable as a library #6

Open
pimterry opened this issue Jan 30, 2014 · 0 comments
Open

Fix node-coveralls to make it better usable as a library #6

pimterry opened this issue Jan 30, 2014 · 0 comments

Comments

@pimterry
Copy link
Owner

Currently we have to override coveralls.getOptions to ensure it doesn't try and read from process.argv, because that's what it does by default.

That's not a good default; node-coveralls should probably be updated to provide a library API that doesn't make these assumptions, and a simple command-line wrapper that does, so we can use the library API directly and safely here.

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

No branches or pull requests

1 participant