AY2324S1-CS2103T-T08-1 / tp

MIT License
0 stars 5 forks source link

Fix Add Patient Bugs #104

Closed cheeggered closed 1 year ago

cheeggered commented 1 year ago

Closes #98

codecov[bot] commented 1 year ago

Codecov Report

Merging #104 (dca02b0) into master (167d749) will increase coverage by 0.34%. Report is 9 commits behind head on master. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #104      +/-   ##
============================================
+ Coverage     80.05%   80.39%   +0.34%     
- Complexity      741      750       +9     
============================================
  Files           108      108              
  Lines          2166     2168       +2     
  Branches        229      229              
============================================
+ Hits           1734     1743       +9     
+ Misses          393      386       -7     
  Partials         39       39              
Files Coverage Δ
...seedu/address/logic/commands/AddDoctorCommand.java 100.00% <100.00%> (+5.00%) :arrow_up:
...eedu/address/logic/commands/AddPatientCommand.java 100.00% <100.00%> (+5.00%) :arrow_up:
.../address/logic/parser/AddPatientCommandParser.java 100.00% <ø> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 90.90% <100.00%> (ø)
...el/person/NameContainsKeywordsDoctorPredicate.java 100.00% <100.00%> (ø)
...l/person/NameContainsKeywordsPatientPredicate.java 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

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