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

Add Undo command #93

Merged
merged 8 commits into from
Mar 20, 2024
Merged

Conversation

bryanyee33
Copy link

@bryanyee33 bryanyee33 commented Mar 20, 2024

Saves entire AddressBook state before executing a modifying command.
Closes #86

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

Attention: Patch coverage is 90.90909% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 75.62%. Comparing base (3e89032) to head (9159657).

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 2 Missing ⚠️
...java/seedu/address/logic/commands/CommandType.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #93      +/-   ##
============================================
+ Coverage     75.20%   75.62%   +0.41%     
- Complexity      413      423      +10     
============================================
  Files            68       70       +2     
  Lines          1343     1370      +27     
  Branches        110      110              
============================================
+ Hits           1010     1036      +26     
- Misses          299      300       +1     
  Partials         34       34              

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

@bryanyee33 bryanyee33 added this to the v1.2 milestone Mar 20, 2024
Copy link

@yisiox yisiox left a comment

Choose a reason for hiding this comment

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

LGTM

@yisiox yisiox merged commit babe006 into AY2324S2-CS2103T-W12-3:master Mar 20, 2024
5 checks passed
aureliony pushed a commit that referenced this pull request Apr 15, 2024
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.

Undo commands
3 participants