aaronpowell / ps-nvm

PowerShell module for managing multiple Node.js versions
MIT License
127 stars 25 forks source link

Set-NodeVersion replace path #79

Closed rvdginste closed 5 years ago

rvdginste commented 5 years ago

This is a fix for #78.

codecov[bot] commented 5 years ago

Codecov Report

Merging #79 into master will increase coverage by 0.18%. The diff coverage is 37.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
+ Coverage   88.88%   89.07%   +0.18%     
==========================================
  Files           1        1              
  Lines         117      119       +2     
==========================================
+ Hits          104      106       +2     
  Misses         13       13
Impacted Files Coverage Δ
nvm.psm1 89.07% <37.5%> (+0.18%) :arrow_up:

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 dfb06f7...7d751a6. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #79 into master will decrease coverage by 11.57%. The diff coverage is 37.5%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #79       +/-   ##
===========================================
- Coverage   88.88%   77.31%   -11.58%     
===========================================
  Files           1        1               
  Lines         117      119        +2     
===========================================
- Hits          104       92       -12     
- Misses         13       27       +14
Impacted Files Coverage Δ
nvm.psm1 77.31% <37.5%> (-11.58%) :arrow_down:

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 dfb06f7...55c6490. Read the comment docs.

aaronpowell commented 5 years ago

hmm I wonder if the force push caused something weird to happen with codecov, but it was originally fine.

aaronpowell commented 5 years ago

Rolling out in release 2.4.0