Closed myrilla12 closed 1 week ago
Attention: Patch coverage is 69.23077%
with 4 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
...va/seedu/address/logic/commands/ExportCommand.java | 66.66% | 2 Missing and 2 partials :warning: |
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
.../seedu/address/logic/parser/AddressBookParser.java | 100.00% <100.00%> (ø) |
15.00 <0.00> (+1.00) |
|
src/main/java/seedu/address/ui/HelpWindow.java | 0.00% <ø> (ø) |
0.00 <0.00> (ø) |
|
...va/seedu/address/logic/commands/ExportCommand.java | 66.66% <66.66%> (ø) |
2.00 <2.00> (?) |
codecov coverage unsuccessful is due to removal of irrelevant test case. Can refer to commit #2a935c2e for more details.
closes #83
Description
Exports addressbook.json to users local device under data/addressbook.json upon command
export
Key Changes
Potential Extensions