kentcdodds / react-workshop-app

An abstraction for all my React workshops
https://kentcdodds.com/workshops
MIT License
149 stars 37 forks source link

chore: don't break valid linux paths #22

Closed Snaptags closed 4 years ago

Snaptags commented 4 years ago

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:

codecov[bot] commented 4 years ago

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.

kentcdodds commented 4 years ago

:tada: This PR is included in version 2.16.11 :tada:

The release is available on:

Your semantic-release bot :package::rocket: