AY2425S1-CS2103T-T15-1 / tp

Other
0 stars 5 forks source link

Fix command format and some alpha bugs #204

Closed gohsl99 closed 3 hours ago

gohsl99 commented 5 hours ago

Fixes #194, Fixes #197, Fixes #198, Fixes #200

codecov[bot] commented 5 hours ago

Codecov Report

Attention: Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...eedu/address/logic/commands/EditRentalCommand.java 73.33% 2 Missing and 2 partials :warning:
Files with missing lines Coverage Δ Complexity Δ
...seedu/address/logic/commands/AddClientCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...seedu/address/logic/commands/AddRentalCommand.java 90.42% <ø> (ø) 8.00 <0.00> (ø)
...du/address/logic/commands/DeleteClientCommand.java 87.50% <ø> (ø) 9.00 <0.00> (ø)
...eedu/address/logic/commands/EditClientCommand.java 87.35% <ø> (ø) 14.00 <0.00> (ø)
...seedu/address/model/rentalinformation/Deposit.java 100.00% <100.00%> (ø) 13.00 <2.00> (ø)
...u/address/model/rentalinformation/MonthlyRent.java 100.00% <100.00%> (ø) 13.00 <2.00> (ø)
.../address/storage/JsonAdaptedRentalInformation.java 100.00% <100.00%> (ø) 29.00 <1.00> (+1.00)
...eedu/address/logic/commands/EditRentalCommand.java 92.62% <73.33%> (-1.35%) 13.00 <2.00> (+2.00) :arrow_down: