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

Added Lesson and Subject classes #41

Added unit tests for SampleDataUtil.java

0eb34b1
Select commit
Loading
Failed to load commit list.
Merged

Added Lesson and Subject classes #41

Added unit tests for SampleDataUtil.java
0eb34b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2024 in 0s

75.35% (+0.75%) compared to 9cf5719

View this Pull Request on Codecov

75.35% (+0.75%) compared to 9cf5719

Details

Codecov Report

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

Project coverage is 75.35%. Comparing base (9cf5719) to head (0eb34b1).
Report is 8 commits behind head on master.

Files Patch % Lines
...c/main/java/seedu/address/model/person/Lesson.java 78.72% 8 Missing and 2 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 4 Missing ⚠️
.../main/java/seedu/address/model/person/Subject.java 78.57% 2 Missing and 1 partial ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 85.71% 1 Missing and 1 partial ⚠️
...c/main/java/seedu/address/model/person/Person.java 83.33% 1 Missing and 1 partial ⚠️
.../java/seedu/address/storage/JsonAdaptedPerson.java 87.50% 1 Missing and 1 partial ⚠️
...java/seedu/address/logic/commands/EditCommand.java 95.45% 0 Missing and 1 partial ⚠️
.../seedu/address/logic/parser/EditCommandParser.java 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #41      +/-   ##
============================================
+ Coverage     74.60%   75.35%   +0.75%     
- Complexity      431      445      +14     
============================================
  Files            74       75       +1     
  Lines          1394     1473      +79     
  Branches        133      144      +11     
============================================
+ Hits           1040     1110      +70     
- Misses          320      324       +4     
- Partials         34       39       +5     

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