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-W08-2] SEPrec #60

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

Merge pull request #227 from siqirua/branch-UG2101

664ba7c
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-W08-2] SEPrec #60

Merge pull request #227 from siqirua/branch-UG2101
664ba7c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 15, 2023 in 1s

69.12% (-6.14%) compared to 517b785

View this Pull Request on Codecov

69.12% (-6.14%) compared to 517b785

Details

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (664ba7c) 69.12%.

Files Patch % Lines
src/main/java/seedu/modulight/MainApp.java 0.00% 95 Missing ⚠️
...ght/logic/commands/EditGradedComponentCommand.java 58.33% 37 Missing and 3 partials ⚠️
.../seedu/modulight/logic/parser/ModuLightParser.java 0.00% 31 Missing ⚠️
...ight/logic/commands/DeleteStudentScoreCommand.java 0.00% 29 Missing ⚠️
...edu/modulight/model/student/UniqueStudentList.java 71.27% 17 Missing and 10 partials ⚠️
...logic/parser/EditGradedComponentCommandParser.java 0.00% 24 Missing ⚠️
...ght/model/studentscore/UniqueStudentScoreList.java 60.00% 13 Missing and 9 partials ⚠️
.../main/java/seedu/modulight/model/ModelManager.java 75.29% 13 Missing and 8 partials ⚠️
...del/gradedcomponent/UniqueGradedComponentList.java 58.33% 12 Missing and 8 partials ⚠️
.../logic/parser/AddGradedComponentCommandParser.java 0.00% 16 Missing ⚠️
... and 55 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #60      +/-   ##
============================================
- Coverage     75.26%   69.12%   -6.14%     
- Complexity      419      862     +443     
============================================
  Files            71      126      +55     
  Lines          1338     3294    +1956     
  Branches        126      390     +264     
============================================
+ Hits           1007     2277    +1270     
- Misses          301      815     +514     
- Partials         30      202     +172     

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