-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
test: correct execution of test and dev scripts on Windows machines #4926
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
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
@@ Coverage Diff @@
## main #4926 +/- ##
==========================================
- Coverage 94.25% 91.78% -2.48%
==========================================
Files 153 226 +73
Lines 8305 10626 +2321
Branches 2702 3289 +587
==========================================
+ Hits 7828 9753 +1925
- Misses 263 591 +328
- Partials 214 282 +68
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@bradzacher updated, after further investigation, glob/globby (most likely fast-glob) is no longer working correctly when path has mixed slash and backslash on windows machines, I fixed that by use of cwd and absolute param |
PR Checklist
Overview
On Windows machines, allow tests to be executed, and correct issues with
prebuild
script