-
Notifications
You must be signed in to change notification settings - Fork 5
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 tag-related features #63
Conversation
Codecov Report
@@ Coverage Diff @@
## master #63 +/- ##
============================================
- Coverage 77.75% 74.82% -2.94%
- Complexity 627 702 +75
============================================
Files 103 112 +9
Lines 1951 2232 +281
Branches 200 257 +57
============================================
+ Hits 1517 1670 +153
- Misses 377 468 +91
- Partials 57 94 +37
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
2910839
into
AY2324S1-CS2103T-W16-1:master
Features added:
eg.
add tag -id 1 -t frontend -t java
eg.
delete tag -id 1 -t frontend -t java
Documentation update:
...
for items that can be used multiple time such as-t
.Others: