Skip to content

Update command would no longer conflict with existing paths#74

Merged
anf merged 2 commits intotag/0.3.1from
bug/49
May 23, 2021
Merged

Update command would no longer conflict with existing paths#74
anf merged 2 commits intotag/0.3.1from
bug/49

Conversation

@anf
Copy link
Owner

@anf anf commented May 20, 2021

Fixes #49

@anf anf added bug Something isn't working WinPath WinPath's project labels May 20, 2021
@anf anf self-assigned this May 20, 2021
@codecov-commenter
Copy link

codecov-commenter commented May 20, 2021

Codecov Report

Merging #74 (5a1b62c) into tag/0.3.1 (ced94f2) will increase coverage by 0.71%.
The diff coverage is 0.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           tag/0.3.1      #74      +/-   ##
=============================================
+ Coverage      80.42%   81.13%   +0.71%     
=============================================
  Files              5        5              
  Lines            475      477       +2     
  Branches          52       53       +1     
=============================================
+ Hits             382      387       +5     
+ Misses            67       63       -4     
- Partials          26       27       +1     
Impacted Files Coverage Δ
WinPath/src/Update.cs 61.25% <0.00%> (+4.92%) ⬆️
WinPath/src/Program.cs 90.83% <0.00%> (-3.34%) ⬇️

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 ced94f2...5a1b62c. Read the comment docs.

@anf anf changed the base branch from master to tag/0.3.1 May 20, 2021 23:44
@anf anf merged commit 2afb4bc into tag/0.3.1 May 23, 2021
@anf anf deleted the bug/49 branch May 23, 2021 08:02
anf added a commit that referenced this pull request Jun 23, 2021
* Update command would no longer conflict with existing paths (#74)

* Update command would no longer conflict with existing paths

* Added new unit test

* Display correct warning/error, backup create (#76)

* Display correct warning/error, backup create

* Added new unit test

* Fixed a bug where it returned a prerelease when the flag was not run (#73)

* Fixed a bug where it returned a prerelease when the flag was not run

* Fix null return because of incorrect if-statement

* Log creation does not bug anymore (#80)

* Log creation does not bug anymore

* Updated error message in WinPath

* Add backwards compatibility support (update cmd)

* Fix incorrect display issues. (#83)

* backup list command now balances table

* Fix spelling mistake

* Added new unit test

* Fix mistakes

* Update changelog and version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working WinPath WinPath's project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update might conflict with existing paths

2 participants