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 edit task command into the user guide. #61

Merged

Conversation

Yskie
Copy link

@Yskie Yskie commented Apr 3, 2024

Added edit task command into the user guide.

@Yskie Yskie added the documentation Improvements or additions to documentation label Apr 3, 2024
@Yskie Yskie added this to the v1.3 milestone Apr 3, 2024
@Yskie Yskie self-assigned this Apr 3, 2024
Copy link

codecov bot commented Apr 3, 2024

Codecov Report

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

Project coverage is 79.88%. Comparing base (8668f89) to head (da32394).
Report is 42 commits behind head on master.

Files Patch % Lines
.../seedu/address/logic/commands/EditTaskCommand.java 87.32% 2 Missing and 7 partials ⚠️
src/main/java/seedu/address/model/TaskList.java 54.54% 3 Missing and 2 partials ⚠️
...a/seedu/address/model/person/UniquePersonList.java 57.14% 2 Missing and 1 partial ⚠️
...in/java/seedu/address/model/task/TaskPriority.java 84.61% 0 Missing and 2 partials ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 0.00% 1 Missing ⚠️
src/main/java/seedu/address/model/Model.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
+ Coverage     79.29%   79.88%   +0.59%     
- Complexity      642      682      +40     
============================================
  Files           102      104       +2     
  Lines          1980     2118     +138     
  Branches        186      215      +29     
============================================
+ Hits           1570     1692     +122     
- Misses          372      378       +6     
- Partials         38       48      +10     

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

Copy link

@breezetall breezetall left a comment

Choose a reason for hiding this comment

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

LGTM!

@breezetall breezetall merged commit d0f6434 into AY2324S2-CS2103T-W13-4:master Apr 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants