-
Notifications
You must be signed in to change notification settings - Fork 5
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 reset all ingredients #71
Implement reset all ingredients #71
Conversation
Codecov Report
@@ Coverage Diff @@
## master #71 +/- ##
============================================
- Coverage 70.34% 69.27% -1.08%
- Complexity 524 526 +2
============================================
Files 92 93 +1
Lines 1649 1676 +27
Branches 184 189 +5
============================================
+ Hits 1160 1161 +1
- Misses 432 457 +25
- Partials 57 58 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, LGTM. I have left some comments on where I think could be improved on.
src/main/java/seedu/address/logic/commands/ingredientcommands/IngredientResetAllCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/seedu/address/logic/commands/ingredientcommands/IngredientResetAllCommand.java
Show resolved
Hide resolved
src/main/java/seedu/address/logic/commands/ingredientcommands/IngredientResetAllCommand.java
Outdated
Show resolved
Hide resolved
src/main/java/seedu/address/logic/parser/AddressBookParser.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.