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

Conversation

KiatLun
Copy link

@KiatLun KiatLun commented Apr 4, 2024

No description provided.

Copy link

codecov bot commented Apr 4, 2024

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.

@KiatLun KiatLun requested review from howen02 and yiwern5 April 4, 2024 15:14
Copy link

@howen02 howen02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KiatLun KiatLun merged commit 8f1ea3b into AY2324S2-CS2103T-T14-1:master Apr 4, 2024
3 of 5 checks passed
yiwern5 pushed a commit to yiwern5/tp that referenced this pull request Apr 4, 2024
…-Tasks

Added a visble tasklist to view all tasks done or not done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants