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

Update code to use Availability attribute #80

Merged

Fix errors in test

6e71003
Select commit
Loading
Failed to load commit list.
Merged

Update code to use Availability attribute #80

Fix errors in test
6e71003
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 16, 2024 in 1s

79.01% (+0.68%) compared to b9fd49f

View this Pull Request on Codecov

79.01% (+0.68%) compared to b9fd49f

Details

Codecov Report

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

Project coverage is 79.01%. Comparing base (b9fd49f) to head (6e71003).
Report is 79 commits behind head on master.

Files Patch % Lines
...n/java/staffconnect/model/util/SampleDataUtil.java 30.00% 7 Missing ⚠️
src/main/java/staffconnect/ui/PersonCard.java 0.00% 3 Missing ⚠️
.../java/staffconnect/logic/commands/EditCommand.java 95.00% 0 Missing and 1 partial ⚠️
...a/staffconnect/logic/parser/EditCommandParser.java 92.30% 0 Missing and 1 partial ⚠️
...rc/main/java/staffconnect/model/person/Person.java 92.30% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #80      +/-   ##
============================================
+ Coverage     78.33%   79.01%   +0.68%     
- Complexity      529      548      +19     
============================================
  Files            86       87       +1     
  Lines          1620     1687      +67     
  Branches        159      169      +10     
============================================
+ Hits           1269     1333      +64     
- Misses          320      321       +1     
- Partials         31       33       +2     

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