Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify UG #220

Merged

Merge branch 'master' into branch-Modify-UG

423b723
Select commit
Loading
Failed to load commit list.
Merged

Modify UG #220

Merge branch 'master' into branch-Modify-UG
423b723
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2023 in 1s

75.37% (+3.08%) compared to 4fa3adc

View this Pull Request on Codecov

75.37% (+3.08%) compared to 4fa3adc

Details

Codecov Report

Merging #220 (423b723) into master (4fa3adc) will increase coverage by 3.08%.
Report is 4 commits behind head on master.
The diff coverage is 85.71%.

@@             Coverage Diff              @@
##             master     #220      +/-   ##
============================================
+ Coverage     72.28%   75.37%   +3.08%     
- Complexity      725      756      +31     
============================================
  Files           112      112              
  Lines          2555     2530      -25     
  Branches        275      272       -3     
============================================
+ Hits           1847     1907      +60     
+ Misses          601      530      -71     
+ Partials        107       93      -14     
Files Coverage Δ
.../address/logic/commands/AddAppointmentCommand.java 100.00% <ø> (+27.45%) ⬆️
...seedu/address/logic/commands/AddDoctorCommand.java 95.45% <ø> (+13.63%) ⬆️
src/main/java/seedu/address/model/AddressBook.java 78.12% <ø> (+6.48%) ⬆️
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø)
...a/seedu/address/model/appointment/Appointment.java 92.85% <ø> (+11.77%) ⬆️
.../main/java/seedu/address/model/person/Patient.java 93.02% <100.00%> (+4.65%) ⬆️
.../java/seedu/address/storage/JsonAdaptedDoctor.java 100.00% <100.00%> (ø)
...java/seedu/address/storage/JsonAdaptedPatient.java 100.00% <100.00%> (+6.25%) ⬆️
.../java/seedu/address/storage/JsonAdaptedPerson.java 100.00% <ø> (+10.00%) ⬆️
...rc/main/java/seedu/address/model/ModelManager.java 89.00% <75.00%> (+7.09%) ⬆️

... and 11 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!