AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

Add-Doctor #89

Closed kimshitong closed 1 year ago

kimshitong commented 1 year ago

Closes #76 #33

codecov[bot] commented 1 year ago

Codecov Report

Merging #89 (39f6eb5) into master (02461e9) will increase coverage by 0.69%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master      #89      +/-   ##
============================================
+ Coverage     77.68%   78.37%   +0.69%     
- Complexity      562      584      +22     
============================================
  Files            83       86       +3     
  Lines          1667     1716      +49     
  Branches        165      170       +5     
============================================
+ Hits           1295     1345      +50     
+ Misses          332      331       -1     
  Partials         40       40              
Files Coverage Δ
src/main/java/seedu/address/logic/Messages.java 90.47% <100.00%> (+2.97%) :arrow_up:
...seedu/address/logic/commands/AddDoctorCommand.java 100.00% <100.00%> (ø)
...u/address/logic/parser/AddDoctorCommandParser.java 100.00% <100.00%> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 85.71% <100.00%> (+2.38%) :arrow_up:
...el/person/NameContainsKeywordsDoctorPredicate.java 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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