forked from nus-cs2103-AY2122S1/tp
-
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 DeleteTaskCommand
test cases
#81
Merged
wlren
merged 6 commits into
AY2122S1-CS2103-F09-2:master
from
mingyi456:branch-Delete-Task-Command
Oct 25, 2021
Merged
Add DeleteTaskCommand
test cases
#81
wlren
merged 6 commits into
AY2122S1-CS2103-F09-2:master
from
mingyi456:branch-Delete-Task-Command
Oct 25, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…i456/tp into branch-Delete-Task-Command * 'branch-Delete-Task-Command' of https://github.com/mingyi456/tp: Update DeleteCommandParser.java Fix test cases checkstyle for real Fix tests checkstyle Fix test cases Fix checkstyle again Fix checkstyle fix: Remove copy URL button fix: Trailing whitespace in HelpWindow.fxml add: User command list to help window update: Change help window URL update: Change help window to have a clickable hyperlink to open guide Add basic task list GUI
Codecov Report
@@ Coverage Diff @@
## master #81 +/- ##
============================================
+ Coverage 60.95% 62.00% +1.04%
- Complexity 504 513 +9
============================================
Files 100 100
Lines 2000 2000
Branches 197 197
============================================
+ Hits 1219 1240 +21
+ Misses 715 697 -18
+ Partials 66 63 -3
Continue to review full report at Codecov.
|
jeffsieu
previously approved these changes
Oct 24, 2021
src/test/java/seedu/address/logic/commands/task/DeleteTaskCommandTest.java
Outdated
Show resolved
Hide resolved
* 'master' of https://github.com/AY2122S1-CS2103-F09-2/tp: Minor tweaks to grammar and documentation detail Fix DeveloperGuide typos Edit DG to include `task delete` Remove trailing whitespaces, fix checkstyle Update DevGuide with better TaskFilter explanations Edit running sentence Fix grammar mistakes Add edit task DG
wlren
approved these changes
Oct 25, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.