AY2425S1-CS2103T-F09-2 / tp

MIT License
1 stars 5 forks source link

Tutorial adding command #5

Closed chuajunyu closed 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 73.84615% with 17 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...va/seedu/address/logic/commands/RemarkCommand.java 50.00% 12 Missing :warning:
...c/main/java/seedu/address/model/person/Person.java 71.42% 1 Missing and 1 partial :warning:
...c/main/java/seedu/address/model/person/Remark.java 75.00% 1 Missing and 1 partial :warning:
src/main/java/seedu/address/ui/PersonCard.java 0.00% 1 Missing :warning:
Files with missing lines Coverage Δ Complexity Δ
...java/seedu/address/logic/commands/EditCommand.java 97.46% <100.00%> (+0.03%) 13.00 <0.00> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
.../seedu/address/logic/parser/AddressBookParser.java 100.00% <100.00%> (ø) 13.00 <0.00> (+1.00)
...ain/java/seedu/address/logic/parser/CliSyntax.java 85.71% <100.00%> (+2.38%) 1.00 <0.00> (ø)
...eedu/address/logic/parser/RemarkCommandParser.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
.../java/seedu/address/model/util/SampleDataUtil.java 25.00% <100.00%> (+5.00%) 2.00 <1.00> (+1.00)
.../java/seedu/address/storage/JsonAdaptedPerson.java 100.00% <100.00%> (ø) 12.00 <0.00> (+1.00)
src/main/java/seedu/address/ui/PersonCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...c/main/java/seedu/address/model/person/Person.java 95.00% <71.42%> (-2.23%) 20.00 <1.00> (+1.00) :arrow_down:
...c/main/java/seedu/address/model/person/Remark.java 75.00% <75.00%> (ø) 5.00 <5.00> (?)
... and 1 more