AY2425S1-CS2103T-T16-2 / tp

MIT License
0 stars 5 forks source link

Fix Developer guide #287

Closed Virusrwj223 closed 6 days ago

Virusrwj223 commented 6 days ago

Fixes #286

codecov[bot] commented 6 days ago

Codecov Report

Attention: Patch coverage is 79.66574% with 73 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...in/java/seedu/address/logic/parser/ParserUtil.java 68.42% 4 Missing and 8 partials :warning:
...eedu/address/logic/commands/AddMeetingCommand.java 67.85% 6 Missing and 3 partials :warning:
src/main/java/seedu/address/model/ClientBook.java 80.95% 0 Missing and 8 partials :warning:
...a/seedu/address/model/client/UniqueClientList.java 78.12% 0 Missing and 7 partials :warning:
...rc/main/java/seedu/address/model/ModelManager.java 75.00% 4 Missing and 2 partials :warning:
.../seedu/address/model/client/NameWithoutNumber.java 64.28% 3 Missing and 2 partials :warning:
...eedu/address/logic/commands/ListBuyersCommand.java 57.14% 1 Missing and 2 partials :warning:
.../address/logic/commands/DeletePropertyCommand.java 88.88% 0 Missing and 2 partials :warning:
...edu/address/logic/commands/ListClientsCommand.java 66.66% 0 Missing and 2 partials :warning:
...du/address/logic/commands/ListMeetingsCommand.java 75.00% 0 Missing and 2 partials :warning:
... and 11 more
Files with missing lines Coverage Δ Complexity Δ
.../seedu/address/logic/commands/AddBuyerCommand.java 85.18% <100.00%> (+2.57%) 8.00 <0.00> (+1.00)
...seedu/address/logic/commands/AddClientCommand.java 62.50% <ø> (-4.17%) 2.00 <0.00> (ø)
...edu/address/logic/commands/AddPropertyCommand.java 78.57% <ø> (ø) 7.00 <0.00> (ø)
...seedu/address/logic/commands/AddSellerCommand.java 85.71% <100.00%> (+2.38%) 8.00 <0.00> (+1.00)
...edu/address/logic/commands/DeleteBuyerCommand.java 81.48% <100.00%> (ø) 7.00 <0.00> (ø)
...du/address/logic/commands/DeleteClientCommand.java 100.00% <100.00%> (ø) 2.00 <1.00> (ø)
...du/address/logic/commands/DeleteSellerCommand.java 80.76% <100.00%> (ø) 7.00 <0.00> (ø)
...du/address/logic/commands/FilterClientCommand.java 89.47% <100.00%> (ø) 7.00 <1.00> (ø)
.../address/logic/commands/FilterPropertyCommand.java 89.65% <ø> (ø) 17.00 <0.00> (ø)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
... and 42 more