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

Add bin/coverallsFromFiles.js that takes filenames as arguments #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

freshvolk
Copy link

Previously the way to send your lcov.info files to Coveralls was by
piping to bin/converalls.js

This adds a script that can be called with lcov files as arguments,
then performs the coveralls.js actions on each file.

Previously the way to send your `lcov.info` files to Coveralls was by
piping to `bin/converalls.js`

This adds a script that can be called with `lcov` files as arguments,
then performs the coveralls.js actions on each file.
@nickmerwin
Copy link
Owner

Hi @freshvolk could you please add some tests for this?

Thank you!

@sindresorhus
Copy link

I think the main coveralls binary should just support both stdin and file argument:

$ cat lcov.info | coveralls
$ coveralls lcov.info

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.

None yet

3 participants