-
Notifications
You must be signed in to change notification settings - Fork 18
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 Paths in Coko Tests #853
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
=========================================
Coverage 77.04% 77.04%
Complexity 250 250
=========================================
Files 59 59
Lines 1895 1895
Branches 265 265
=========================================
Hits 1460 1460
Misses 314 314
Partials 121 121
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Complementing #836, this PR fixes more cases of the Path constructor being used on absolute windows paths.
Additionally, the import statement in Coko source code examples relies on invariant Path separators (forward slashes), which is now also properly applied.