Skip to content
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

chore: don't break valid linux paths #22

Merged
merged 1 commit into from Oct 4, 2020

Conversation

Snaptags
Copy link
Contributor

@Snaptags Snaptags commented Oct 4, 2020

What: Make sure not to break valid paths on unix-based platforms

Why: Using path.sep is a more common way to solve cross-platform related problems. This should be used instead of hard coded backslashes.

How: Tested using Windows PowerShell and Ubuntu Zsh

Checklist:

  • Documentation N/A
  • Tests N/A
  • Ready to be merged

@codecov
Copy link

codecov bot commented Oct 4, 2020

Codecov Report

Merging #22 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   93.33%   93.33%           
=======================================
  Files           5        5           
  Lines         135      135           
  Branches       30       30           
=======================================
  Hits          126      126           
  Misses          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2c6e0c...10ad646. Read the comment docs.

Copy link
Owner

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@kentcdodds kentcdodds merged commit 9427153 into kentcdodds:master Oct 4, 2020
@kentcdodds
Copy link
Owner

🎉 This PR is included in version 2.16.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants