Skip to content

fix(exec): join paths correctly#975

Merged
nfischer merged 1 commit intomasterfrom
exec-join-paths
Oct 29, 2019
Merged

fix(exec): join paths correctly#975
nfischer merged 1 commit intomasterfrom
exec-join-paths

Conversation

@nfischer
Copy link
Copy Markdown
Member

Previously, we just concatenated _tempDir() with '/' and a random
filename. Instead, we should join paths with path.join() to use the OS
path separator.

This is a speculative fix for issue #974, although this may not be
enough to actually make Windows happy.

Issue #974

Previously, we just concatenated _tempDir() with '/' and a random
filename. Instead, we should join paths with path.join() to use the OS
path separator.

This is a speculative fix for issue #974, although this may not be
enough to actually make Windows happy.

Issue #974
@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 29, 2019

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.14%. Comparing base (05374a7) to head (0f1481b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #975   +/-   ##
=======================================
  Coverage   97.14%   97.14%           
=======================================
  Files          34       34           
  Lines        1298     1298           
=======================================
  Hits         1261     1261           
  Misses         37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nfischer nfischer merged commit 12b8c48 into master Oct 29, 2019
@nfischer nfischer deleted the exec-join-paths branch October 29, 2019 08:35
@nfischer nfischer added this to the v0.9.0 milestone Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

exec Issues specific to the shell.exec() API Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants