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

[CS2103-T13-4] Foster Family AB3 #96

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

Merge pull request #182 from butteredyakiimo/branch-ug

f8ba3ec
Select commit
Loading
Failed to load commit list.
Open

[CS2103-T13-4] Foster Family AB3 #96

Merge pull request #182 from butteredyakiimo/branch-ug
f8ba3ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2023 in 0s

63.80% (+2.10%) compared to 20f42c0

View this Pull Request on Codecov

63.80% (+2.10%) compared to 20f42c0

Details

Codecov Report

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

Comparison is base (20f42c0) 61.69% compared to head (f8ba3ec) 63.80%.

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 88 Missing ⚠️
src/main/java/seedu/address/ui/PersonProfile.java 0.00% 30 Missing ⚠️
...main/java/seedu/address/ui/PersonProfileField.java 0.00% 11 Missing ⚠️
.../main/java/seedu/address/ui/PersonProfileNote.java 0.00% 5 Missing ⚠️
.../main/java/seedu/address/ui/PersonProfileTags.java 0.00% 5 Missing ⚠️
...java/seedu/address/commons/core/index/Indices.java 0.00% 0 Missing and 2 partials ⚠️
...rc/main/java/seedu/address/logic/LogicManager.java 71.42% 1 Missing and 1 partial ⚠️
...va/seedu/address/logic/commands/CommandResult.java 0.00% 0 Missing and 2 partials ⚠️
...c/main/java/seedu/address/model/person/Person.java 66.66% 0 Missing and 2 partials ⚠️
.../java/seedu/address/storage/JsonAdaptedPerson.java 96.87% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #96      +/-   ##
============================================
+ Coverage     61.69%   63.80%   +2.10%     
- Complexity      703      750      +47     
============================================
  Files           104      104              
  Lines          2872     2970      +98     
  Branches        318      325       +7     
============================================
+ Hits           1772     1895     +123     
+ Misses         1012     1002      -10     
+ Partials         88       73      -15     

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