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-W15-1] ProfPlan #117

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

Merge pull request #263 from kiatkat/master

9b7484d
Select commit
Loading
Failed to load commit list.
Open

[CS2103-W15-1] ProfPlan #117

Merge pull request #263 from kiatkat/master
9b7484d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 13, 2023 in 1s

66.54% (-8.72%) compared to 517b785

View this Pull Request on Codecov

66.54% (-8.72%) compared to 517b785

Details

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (9b7484d) 66.54%.

Files Patch % Lines
...a/profplan/logic/commands/EditSettingsCommand.java 0.00% 39 Missing and 1 partial ⚠️
src/main/java/profplan/MainApp.java 0.00% 37 Missing ⚠️
...va/profplan/logic/commands/DescriptionCommand.java 24.00% 16 Missing and 3 partials ⚠️
src/main/java/profplan/commons/core/Settings.java 50.00% 6 Missing and 3 partials ⚠️
...in/java/profplan/logic/commands/DeleteCommand.java 74.19% 4 Missing and 4 partials ⚠️
...in/java/profplan/logic/commands/DoNextCommand.java 0.00% 6 Missing ⚠️
...main/java/profplan/logic/commands/EditCommand.java 95.12% 0 Missing and 4 partials ⚠️
...in/java/profplan/logic/commands/FilterCommand.java 81.81% 4 Missing ⚠️
src/main/java/profplan/commons/core/Config.java 25.00% 3 Missing ⚠️
src/main/java/profplan/logic/LogicManager.java 66.66% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #117      +/-   ##
============================================
- Coverage     75.26%   66.54%   -8.72%     
- Complexity      419      606     +187     
============================================
  Files            71      100      +29     
  Lines          1338     2206     +868     
  Branches        126      217      +91     
============================================
+ Hits           1007     1468     +461     
- Misses          301      647     +346     
- Partials         30       91      +61     

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