Closed liauzhanyi closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
...java/seedu/address/logic/commands/SeedCommand.java | 100.00% <100.00%> (ø) |
4.00 <4.00> (?) |
|
.../seedu/address/logic/parser/AddressBookParser.java | 100.00% <100.00%> (ø) |
13.00 <1.00> (+1.00) |
LGTM! Nit comment: you can add a test case for seed command after deletion of only some of the default people. That way you have 100% codecov, but this is up to you. I manually tested and it works for all situations.
Added test case.
closes #82