AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

Bug fix and refactor #115

Closed derekjxtan closed 11 months ago

derekjxtan commented 11 months ago

Refactored:

Bugs fixed:

Tests added:

codecov[bot] commented 11 months ago

Codecov Report

Merging #115 (9b54f34) into master (7cddd4f) will increase coverage by 0.43%. The diff coverage is 92.00%.

@@             Coverage Diff              @@
##             master     #115      +/-   ##
============================================
+ Coverage     81.25%   81.68%   +0.43%     
- Complexity      792      801       +9     
============================================
  Files           115      116       +1     
  Lines          2304     2310       +6     
  Branches        245      242       -3     
============================================
+ Hits           1872     1887      +15     
+ Misses          390      385       -5     
+ Partials         42       38       -4     
Files Coverage Δ
.../address/logic/commands/AddAppointmentCommand.java 97.29% <100.00%> (ø)
...seedu/address/logic/commands/AddDoctorCommand.java 100.00% <100.00%> (ø)
...eedu/address/logic/commands/AddPatientCommand.java 100.00% <100.00%> (ø)
...in/java/seedu/address/logic/parser/ParserUtil.java 97.91% <100.00%> (ø)
src/main/java/seedu/address/model/Database.java 98.48% <100.00%> (+6.29%) :arrow_up:
...a/seedu/address/model/appointment/Appointment.java 97.67% <100.00%> (+2.32%) :arrow_up:
.../address/model/appointment/AppointmentEndTime.java 100.00% <100.00%> (+5.26%) :arrow_up:
...ddress/model/appointment/AppointmentStartTime.java 100.00% <100.00%> (+5.26%) :arrow_up:
...u/address/model/person/patient/UniqueItemList.java 96.22% <100.00%> (+8.22%) :arrow_up:
.../seedu/address/storage/JsonAdaptedAppointment.java 100.00% <100.00%> (ø)
... and 2 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more