AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

Feature: Delete Appointment #107

Closed mounilsankar closed 11 months ago

mounilsankar commented 11 months ago

Closes #38

codecov[bot] commented 11 months ago

Codecov Report

Merging #107 (af3932e) into master (bb62446) will increase coverage by 0.35%. The diff coverage is 94.23%.

@@             Coverage Diff              @@
##             master     #107      +/-   ##
============================================
+ Coverage     79.62%   79.98%   +0.35%     
- Complexity      702      724      +22     
============================================
  Files           104      108       +4     
  Lines          2091     2143      +52     
  Branches        214      218       +4     
============================================
+ Hits           1665     1714      +49     
- Misses          387      390       +3     
  Partials         39       39              
Files Coverage Δ
src/main/java/seedu/address/logic/Messages.java 94.73% <ø> (ø)
...ress/logic/parser/AddAppointmentCommandParser.java 100.00% <ø> (ø)
...s/logic/parser/DeleteAppointmentCommandParser.java 100.00% <100.00%> (ø)
...edu/address/logic/parser/NewAddressBookParser.java 100.00% <100.00%> (ø)
...dress/logic/commands/DeleteAppointmentCommand.java 95.23% <95.23%> (ø)
...pointment/AppointmentEqualDoctorNricPredicate.java 91.66% <91.66%> (ø)
...ointment/AppointmentEqualPatientNricPredicate.java 91.66% <91.66%> (ø)

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