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

deps: cmd-shim v3 #315

Merged
merged 5 commits into from Dec 7, 2019
Merged

deps: cmd-shim v3 #315

merged 5 commits into from Dec 7, 2019

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Dec 7, 2019

Work around quoted batch file names

fixed npm/cmd-shim#10

Work around quoted batch file names

fixed npm/cmd-shim#10
@fengmk2 fengmk2 reopened this Dec 7, 2019
@codecov
Copy link

codecov bot commented Dec 7, 2019

Codecov Report

Merging #315 into master will decrease coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #315      +/-   ##
==========================================
- Coverage   93.26%   93.21%   -0.06%     
==========================================
  Files          29       29              
  Lines        1915     1915              
==========================================
- Hits         1786     1785       -1     
- Misses        129      130       +1
Impacted Files Coverage Δ
lib/utils.js 92.44% <0%> (-0.36%) ⬇️

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 903569b...14fac3b. Read the comment docs.

@@ -29,7 +29,7 @@
"binary-mirror-config": "^1.19.0",
"bytes": "^3.1.0",
"chalk": "^2.4.2",
"cmd-shim": "^2.0.2",
"cmd-shim": "^3.0.3",
Copy link
Member Author

Choose a reason for hiding this comment

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

解决 windows cmd 在 appveyor 跑失败的问题

assert(pkg.name === 'mocha');

let mochaBin = path.join(root, 'node_modules', '.bin', 'mocha');
if (process.platform === 'win32') {
Copy link
Member Author

Choose a reason for hiding this comment

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

确保在 appveyor 下跑成功

@fengmk2 fengmk2 merged commit bbf4ec1 into master Dec 7, 2019
@fengmk2 fengmk2 deleted the cmd-shim-v3 branch December 7, 2019 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invocation fails if %0 is "prog" instead of "path\to\prog" and prog was quoted when invoked
1 participant