Closed yikjunxian closed 2 weeks ago
Attention: Patch coverage is 71.28713%
with 29 lines
in your changes missing coverage. Please review.
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
.../seedu/address/logic/parser/AddressBookParser.java | 86.95% <0.00%> (-3.96%) |
13.00 <0.00> (ø) |
|
.../java/seedu/address/logic/commands/TagCommand.java | 85.71% <85.71%> (ø) |
11.00 <11.00> (?) |
|
...a/seedu/address/logic/parser/TagCommandParser.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (?) |
Add Tag Command and some data validation, including non-empty tags like "t/" and duplicate tags.