Open RobotWizzard opened 3 hours ago
Attention: Patch coverage is 97.61905%
with 1 line
in your changes missing coverage. Please review.
Files with missing lines | Patch % | Lines |
---|---|---|
.../seedu/address/logic/parser/FindCommandParser.java | 95.83% | 0 Missing and 1 partial :warning: |
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
...java/seedu/address/logic/commands/FindCommand.java | 90.00% <100.00%> (+2.00%) |
8.00 <1.00> (+1.00) |
|
src/main/java/seedu/address/model/client/Name.java | 92.85% <ø> (ø) |
6.00 <0.00> (ø) |
|
...dress/model/tag/TagsContainsKeywordsPredicate.java | 100.00% <100.00%> (ø) |
7.00 <7.00> (?) |
|
.../seedu/address/logic/parser/FindCommandParser.java | 90.32% <95.83%> (+1.43%) |
11.00 <9.00> (+4.00) |
Resolves #175
Issues to consider:
k/
prefix.rfind
command be added?