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

Add company name feature into AddressBook #30

Update tests and check style

98a9ee7
Select commit
Loading
Failed to load commit list.
Merged

Add company name feature into AddressBook #30

Update tests and check style
98a9ee7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 20, 2024 in 0s

76.93% (+0.28%) compared to 108382c

View this Pull Request on Codecov

76.93% (+0.28%) compared to 108382c

Details

Codecov Report

Attention: Patch coverage is 80.70175% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 76.93%. Comparing base (108382c) to head (98a9ee7).

Files Patch % Lines
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 5 Missing ⚠️
.../java/seedu/address/storage/JsonAdaptedPerson.java 44.44% 3 Missing and 2 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #30      +/-   ##
============================================
+ Coverage     76.65%   76.93%   +0.28%     
- Complexity      460      474      +14     
============================================
  Files            73       74       +1     
  Lines          1465     1509      +44     
  Branches        142      149       +7     
============================================
+ Hits           1123     1161      +38     
- Misses          306      310       +4     
- Partials         36       38       +2     

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