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

[BUGFIX] Add support for multiple -i args for cover command #756

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

Conversation

golyshevd
Copy link

Hi! istanbul cover does not support multiple -i arguments, because glob used incorrectly

istanbul cover -i "express/**/*.js" node_modules/.bin/_mocha
#ok, report written to disk

istanbul cover -i "express/**/*.js" -i "utils/**/*.js" node_modules/.bin/_mocha
#no coverage information collected

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 97.454% when pulling aed0465 on golyshevd:fix-cover into 89e338f on gotwarlost:master.

@golyshevd golyshevd changed the title Add support for multiple -i args for cover command [BUGFIX] Add support for multiple -i args for cover command Jan 26, 2017
@golyshevd
Copy link
Author

ping! :(

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.

2 participants