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-W09-4] JABPro #41

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

Merge pull request #245 from sk2001git/master

e56a89c
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-W09-4] JABPro #41

Merge pull request #245 from sk2001git/master
e56a89c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 16, 2024 in 0s

72.83% (-2.43%) compared to 517b785

View this Pull Request on Codecov

72.83% (-2.43%) compared to 517b785

Details

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (e56a89c) 72.83%.

Files Patch % Lines
.../java/seedu/address/ui/PersonInformationPanel.java 0.00% 67 Missing ⚠️
.../java/seedu/address/ui/SummaryStatisticScreen.java 0.00% 37 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 32 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 30 Missing ⚠️
...in/java/seedu/address/commons/util/StringUtil.java 13.79% 24 Missing and 1 partial ⚠️
...in/java/seedu/address/model/tag/UniqueTagList.java 63.63% 21 Missing and 3 partials ⚠️
...java/seedu/address/logic/commands/EditCommand.java 72.46% 13 Missing and 6 partials ⚠️
...va/seedu/address/logic/commands/GithubCommand.java 22.72% 15 Missing and 2 partials ⚠️
.../seedu/address/logic/commands/LinkedInCommand.java 22.72% 15 Missing and 2 partials ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 72.41% 15 Missing and 1 partial ⚠️
... and 49 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #41      +/-   ##
============================================
- Coverage     75.26%   72.83%   -2.43%     
- Complexity      419      917     +498     
============================================
  Files            71      126      +55     
  Lines          1338     3070    +1732     
  Branches        126      375     +249     
============================================
+ Hits           1007     2236    +1229     
- Misses          301      732     +431     
- Partials         30      102      +72     

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