-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: cmd support for windows #1941
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
@ChristopherHX this pull request has failed checks 🛠 |
@ChristopherHX this pull request has failed checks 🛠 |
Codecov Report
@@ Coverage Diff @@
## master #1941 +/- ##
==========================================
+ Coverage 61.22% 62.31% +1.09%
==========================================
Files 46 51 +5
Lines 7141 8354 +1213
==========================================
+ Hits 4372 5206 +834
- Misses 2462 2746 +284
- Partials 307 402 +95
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@ChristopherHX this pull request has failed checks 🛠 |
The cmd seem to be not compatible with shellquote / golang argv handling. Also remove comspec from the shell template for cmd.
Related #1608