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 a visble tasklist to view all tasks done or not done. #103

Merged
merged 1 commit into from
Apr 4, 2024

Added a visble tasklist to view all tasks done or not done.

1b7dfab
Select commit
Loading
Failed to load commit list.
Merged

Added a visble tasklist to view all tasks done or not done. #103

Added a visble tasklist to view all tasks done or not done.
1b7dfab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 4, 2024 in 0s

71.59% (-1.02%) compared to 5c229a3

View this Pull Request on Codecov

71.59% (-1.02%) compared to 5c229a3

Details

Codecov Report

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

Project coverage is 71.59%. Comparing base (5c229a3) to head (1b7dfab).
Report is 6 commits behind head on master.

Files Patch % Lines
src/main/java/seedu/address/ui/TaskCard.java 0.00% 17 Missing ⚠️
src/main/java/seedu/address/ui/TasksDisplay.java 0.00% 11 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 2 Missing ⚠️
...rc/main/java/seedu/address/logic/LogicManager.java 0.00% 1 Missing ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #103      +/-   ##
============================================
- Coverage     72.60%   71.59%   -1.02%     
- Complexity      630      641      +11     
============================================
  Files           106      110       +4     
  Lines          2150     2207      +57     
  Branches        215      220       +5     
============================================
+ Hits           1561     1580      +19     
- Misses          507      545      +38     
  Partials         82       82              

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