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

[CS2103T-T09-3] MediLink Contacts #94

Open
wants to merge 523 commits into
base: master
Choose a base branch
from

Merge pull request #259 from cmHuang777/BugFix

8e01335
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-T09-3] MediLink Contacts #94

Merge pull request #259 from cmHuang777/BugFix
8e01335
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2023 in 0s

80.67% (+7.74%) compared to 97d9816

View this Pull Request on Codecov

80.67% (+7.74%) compared to 97d9816

Details

Codecov Report

Attention: 99 lines in your changes are missing coverage. Please review.

Comparison is base (97d9816) 72.93% compared to head (8e01335) 80.67%.

Files Patch % Lines
...c/main/java/seedu/address/model/person/Person.java 58.53% 13 Missing and 4 partials ⚠️
...java/seedu/address/logic/commands/EditCommand.java 81.53% 3 Missing and 9 partials ⚠️
...in/java/seedu/address/ui/AppointmentListPanel.java 0.00% 12 Missing ⚠️
...dress/logic/commands/DeleteAppointmentCommand.java 77.77% 4 Missing and 6 partials ⚠️
...rc/main/java/seedu/address/ui/AppointmentCard.java 0.00% 8 Missing ⚠️
...a/seedu/address/model/person/UniqueObjectList.java 53.84% 4 Missing and 2 partials ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 89.74% 2 Missing and 2 partials ⚠️
src/main/java/seedu/address/model/AddressBook.java 83.33% 1 Missing and 3 partials ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 86.36% 0 Missing and 3 partials ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 88.46% 3 Missing ⚠️
... and 15 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #94      +/-   ##
============================================
+ Coverage     72.93%   80.67%   +7.74%     
- Complexity      587      784     +197     
============================================
  Files            96      108      +12     
  Lines          2017     2473     +456     
  Branches        203      265      +62     
============================================
+ Hits           1471     1995     +524     
+ Misses          481      392      -89     
- Partials         65       86      +21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.