-
Notifications
You must be signed in to change notification settings - Fork 269
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
files not skipped on windows #484
Comments
@RyanHubs Thanks for reporting. I don't have windows box ... could you help test a solution? If you modify this:
..to this, does that fix it? const targets = shell.ls(targetsPath).map(path.normalize); |
Thank you for your quick reply, |
When is it going to be released? I'm currently stuck between this and #481. |
@AleG94 Apologies, I will publish again today. |
Published with |
Hi,
I got an issue when running coverage on windows.
Should I convert a windows path to posix path?
The text was updated successfully, but these errors were encountered: