-
-
Notifications
You must be signed in to change notification settings - Fork 114
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: windows path separator with git #436
Conversation
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #436 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 31 31
Lines 806 810 +4
=========================================
+ Hits 806 810 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
to normalize file path
to normalize source path
54c32cf
to
42d996e
Compare
Code Climate has analyzed commit 42d996e and detected 0 issues on this pull request. View more on Code Climate. |
Explain your changes
Normalized path used with to git commands
Ensure path is formatted according to git expectation (unix style)
Does this close any currently open issues?
closes #434
Any particular element that can be tested locally
Use windows architecture