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

Implement Deletetag Command #82

Conversation

wang-xinrong
Copy link

#81

@wang-xinrong wang-xinrong added enhancement New feature or request priority.High labels Apr 1, 2024
@wang-xinrong wang-xinrong added this to the v1.3b milestone Apr 1, 2024
@wang-xinrong wang-xinrong self-assigned this Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

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

Project coverage is 77.73%. Comparing base (2cfee46) to head (767e207).

Files Patch % Lines
...seedu/address/logic/commands/DeletetagCommand.java 74.19% 2 Missing and 6 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
+ Coverage     77.53%   77.73%   +0.19%     
- Complexity      511      523      +12     
============================================
  Files            82       84       +2     
  Lines          1589     1639      +50     
  Branches        156      161       +5     
============================================
+ Hits           1232     1274      +42     
- Misses          313      315       +2     
- Partials         44       50       +6     

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

Copy link

@yyccbb yyccbb left a comment

Choose a reason for hiding this comment

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

LGTM

@wang-xinrong wang-xinrong merged commit 897d8b7 into AY2324S2-CS2103T-T11-4:master Apr 1, 2024
5 checks passed
@wang-xinrong wang-xinrong linked an issue Apr 1, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority.High
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete Tag Command
2 participants