Closed CodingDepot closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.04%. Comparing base (
890f615
) to head (d827da2
). Report is 1 commits behind head on main.:exclamation: Current head d827da2 differs from pull request most recent head 99db8bc. Consider uploading reports for the commit 99db8bc to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.