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

Remove Note Command and its Test cases #141

Conversation

Darren-Tung
Copy link

@Darren-Tung Darren-Tung commented Nov 5, 2024

Closes #138

Remove Note Command and its Test cases.

Files removed:

  • NoteCommand.java
  • NoteCommandParser.java
  • NoteCommandTest.java
  • NoteCommanParserTest.java

Files Updated:

  • AddressBookParser.java
  • AddressBookParserTest.java

Remove Note Command and its Test cases.

Files removed:
- NoteCommand.java
- NoteCommandParser.java
- NoteCommandTest.java
- NoteCommanParserTest.java

Files Updated:
- AddressBookParser.java
- AddressBookParserTest.java
@Darren-Tung Darren-Tung added type.Task Something that needs to be done, but not a story, bug, or an epic. priority.Medium Nice to have labels Nov 5, 2024
@Darren-Tung Darren-Tung added this to the v1.5 milestone Nov 5, 2024
@Darren-Tung Darren-Tung added priority.High Must do and removed priority.Medium Nice to have labels Nov 5, 2024
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ Complexity Δ
.../seedu/address/logic/parser/AddressBookParser.java 84.61% <ø> (-0.57%) 13.00 <0.00> (-1.00)

@dominic2412 dominic2412 merged commit 8b8d72d into AY2425S1-CS2103T-T09-2:master Nov 5, 2024
4 checks passed
@dominic2412
Copy link

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Note command and its test cases
2 participants