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

Change MainWindow to update student and schedule list after each command #66

Merged

Change MainWindow to update student and schedule list after each command

139a7c1
Select commit
Loading
Failed to load commit list.
Merged

Change MainWindow to update student and schedule list after each command #66

Change MainWindow to update student and schedule list after each command
139a7c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 4, 2024 in 1s

70.77% (-0.49%) compared to 38fa4bd

View this Pull Request on Codecov

70.77% (-0.49%) compared to 38fa4bd

Details

Codecov Report

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

Project coverage is 70.77%. Comparing base (38fa4bd) to head (139a7c1).

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 9 Missing ⚠️
.../main/java/seedu/address/ui/ScheduleListPanel.java 0.00% 4 Missing ⚠️
...seedu/address/logic/commands/AddLessonCommand.java 0.00% 1 Missing ⚠️
...u/address/logic/parser/AddLessonCommandParser.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #66      +/-   ##
============================================
- Coverage     71.25%   70.77%   -0.49%     
  Complexity      455      455              
============================================
  Files            79       79              
  Lines          1604     1615      +11     
  Branches        160      161       +1     
============================================
  Hits           1143     1143              
- Misses          416      427      +11     
  Partials         45       45              

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