Open bryanckh opened 4 days ago
Attention: Patch coverage is 84.61538%
with 2 lines
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
...java/seedu/address/logic/commands/SortCommand.java | 66.66% | 0 Missing and 2 partials :warning: |
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
...rc/main/java/seedu/address/logic/LogicManager.java | 76.00% <100.00%> (+1.00%) |
5.00 <1.00> (+1.00) |
|
.../seedu/address/logic/parser/AddressBookParser.java | 82.05% <100.00%> (+0.47%) |
16.00 <0.00> (+1.00) |
|
src/main/java/seedu/address/model/Model.java | 100.00% <ø> (ø) |
1.00 <0.00> (ø) |
|
...rc/main/java/seedu/address/model/ModelManager.java | 98.59% <100.00%> (+0.10%) |
33.00 <2.00> (+2.00) |
|
...java/seedu/address/logic/commands/SortCommand.java | 66.66% <66.66%> (ø) |
3.00 <3.00> (?) |
Create sort command, add associated tests, changes in Model and Logic, fix associated tests due to changes in Model
Fixes #170 , Fixes #185 , Fixes #186