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

Update Clear command to use --force tag #39

Merged
merged 11 commits into from
Mar 17, 2024

Conversation

kokerinks
Copy link

Closes #10

@kokerinks kokerinks added this to the v1.2 milestone Mar 6, 2024
@kokerinks kokerinks self-assigned this Mar 6, 2024
Copy link

codecov bot commented Mar 6, 2024

Codecov Report

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

Project coverage is 76.00%. Comparing base (3366b10) to head (45242d4).

Files Patch % Lines
...ava/seedu/address/logic/commands/ClearCommand.java 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #39      +/-   ##
============================================
+ Coverage     75.86%   76.00%   +0.13%     
- Complexity      426      432       +6     
============================================
  Files            72       73       +1     
  Lines          1351     1363      +12     
  Branches        129      130       +1     
============================================
+ Hits           1025     1036      +11     
  Misses          295      295              
- Partials         31       32       +1     

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

Copy link

@billyhoce billyhoce left a comment

Choose a reason for hiding this comment

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

LGTM!

@kokerinks kokerinks added the type.Story A user story label Mar 14, 2024
@kinjalagarwal1810
Copy link

Looks good!

@kokerinks kokerinks merged commit 9fab6ee into AY2324S2-CS2103T-T13-4:master Mar 17, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type.Story A user story
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As a user ready to start using the app, I can purge all current data
3 participants