-
Notifications
You must be signed in to change notification settings - Fork 23
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
Multiple includes for istanbul do not work. #65
Comments
what is your full grunt settings for the |
|
whats the output for |
What section of the output are you looking for? |
I need to understand what istanbul is seeing, and if it's a bug in this module, in istanbul or in the settings if you could provide a minimum reproducible test case that I could clone, would be good too |
Ok ill work on a repo to reproduce the issue. |
sha? |
Utilizing the options.includes for multiple folder/files does not work as expect.
usage
includes:['./folder/name','./folder2/name']
although these folders can be included individually and coverage data is recorded, when they are combined, istanbul reports: No coverage information was collected, exit without writing coverage information
The text was updated successfully, but these errors were encountered: