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

Add functionality to mark lesson as done for a specified student #69

Merged

Add functionality to mark lesson as done for a specified student

595c771
Select commit
Loading
Failed to load commit list.
Merged

Add functionality to mark lesson as done for a specified student #69

Add functionality to mark lesson as done for a specified student
595c771
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 4, 2024 in 0s

68.81% (-1.97%) compared to 67d05b6

View this Pull Request on Codecov

68.81% (-1.97%) compared to 67d05b6

Details

Codecov Report

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

Project coverage is 68.81%. Comparing base (67d05b6) to head (595c771).

Files Patch % Lines
...eedu/address/logic/commands/MarkLessonCommand.java 0.00% 28 Missing ⚠️
.../address/logic/parser/MarkLessonCommandParser.java 0.00% 14 Missing ⚠️
...seedu/address/logic/commands/AddLessonCommand.java 0.00% 5 Missing ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #69      +/-   ##
============================================
- Coverage     70.77%   68.81%   -1.97%     
  Complexity      455      455              
============================================
  Files            79       81       +2     
  Lines          1615     1661      +46     
  Branches        161      167       +6     
============================================
  Hits           1143     1143              
- Misses          427      473      +46     
  Partials         45       45              

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