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

Implement Undo command #64

Merged
merged 5 commits into from
Nov 18, 2021
Merged

Implement Undo command #64

merged 5 commits into from
Nov 18, 2021

Conversation

AArnott
Copy link
Owner

@AArnott AArnott commented Nov 18, 2021

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2021

Codecov Report

Merging #64 (e96d019) into main (e4dec53) will increase coverage by 0.63%.
The diff coverage is 60.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
+ Coverage   37.65%   38.29%   +0.63%     
==========================================
  Files          64       66       +2     
  Lines        3914     4105     +191     
==========================================
+ Hits         1474     1572      +98     
- Misses       2440     2533      +93     
Impacted Files Coverage Δ
src/MoneyMan.WPF/MainWindow.xaml 66.66% <ø> (ø)
...nagement.Tests/ViewModels/AccountViewModelTests.cs 0.00% <0.00%> (ø)
...nt.Tests/ViewModels/AccountsPanelViewModelTests.cs 0.00% <0.00%> (ø)
....Tests/ViewModels/CategoriesPanelViewModelTests.cs 0.00% <0.00%> (ø)
...agement.Tests/ViewModels/DocumentViewModelTests.cs 0.00% <0.00%> (ø)
.../MoneyMan.WPF/Converters/EnumToOrdinalConverter.cs 50.00% <50.00%> (ø)
src/MoneyMan.WPF/MainWindow.xaml.cs 22.22% <50.00%> (+1.44%) ⬆️
...neyManagement/ViewModels/AccountsPanelViewModel.cs 95.87% <83.33%> (-0.83%) ⬇️
...yManagement/ViewModels/CategoriesPanelViewModel.cs 90.90% <94.87%> (-0.22%) ⬇️
...nk.MoneyManagement/ViewModels/DocumentViewModel.cs 87.50% <98.59%> (+2.92%) ⬆️
... and 8 more

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 e4dec53...e96d019. Read the comment docs.

@AArnott AArnott merged commit bce462b into main Nov 18, 2021
@AArnott AArnott deleted the undo branch November 18, 2021 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants