Closed jktang14 closed 1 week ago
Attention: Patch coverage is 78.16901%
with 31 lines
in your changes missing coverage. Please review.
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
...a/seedu/address/logic/commands/ArchiveCommand.java | 100.00% <100.00%> (ø) |
7.00 <7.00> (?) |
|
...ava/seedu/address/logic/commands/ClearCommand.java | 100.00% <100.00%> (ø) |
2.00 <0.00> (ø) |
|
...edu/address/logic/commands/ListArchiveCommand.java | 100.00% <100.00%> (ø) |
2.00 <2.00> (?) |
|
...edu/address/logic/parser/ArchiveCommandParser.java | 100.00% <100.00%> (ø) |
2.00 <2.00> (?) |
|
src/main/java/seedu/address/model/Model.java | 100.00% <ø> (ø) |
1.00 <0.00> (ø) |
|
...rc/main/java/seedu/address/logic/LogicManager.java | 76.66% <75.00%> (-0.26%) |
3.00 <0.00> (ø) |
|
.../java/seedu/address/logic/commands/AddCommand.java | 94.73% <0.00%> (-5.27%) |
8.00 <0.00> (ø) |
|
...java/seedu/address/logic/commands/EditCommand.java | 95.49% <50.00%> (-0.87%) |
13.00 <0.00> (ø) |
|
.../seedu/address/logic/parser/AddressBookParser.java | 80.00% <50.00%> (-2.61%) |
13.00 <0.00> (+1.00) |
:arrow_down: |
.../java/seedu/address/model/ArchivedAddressBook.java | 96.00% <96.00%> (ø) |
11.00 <11.00> (?) |
|
... and 5 more |
Added archive command and archive-list command
Might possibly need to implement a command to unarchive the clients in the future?