AY2425S1-CS2103T-T11-3 / tp

MIT License
0 stars 5 forks source link

Add TagCommand #59

Closed yikjunxian closed 2 weeks ago

yikjunxian commented 2 weeks ago

Add Tag Command and some data validation, including non-empty tags like "t/" and duplicate tags.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 71.28713% with 29 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...a/seedu/address/logic/parser/TagCommandParser.java 0.00% 16 Missing :warning:
.../java/seedu/address/logic/commands/TagCommand.java 85.71% 4 Missing and 8 partials :warning:
.../seedu/address/logic/parser/AddressBookParser.java 0.00% 1 Missing :warning:
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> (?)