Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants