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

Delete ab3 code #136

Merged
merged 19 commits into from
Oct 21, 2020
Merged

Conversation

lyeyixian
Copy link
Collaborator

But still have some issue

@lyeyixian lyeyixian linked an issue Oct 19, 2020 that may be closed by this pull request
@lyeyixian lyeyixian added this to the v1.3a milestone Oct 19, 2020
# Conflicts:
#	src/main/java/seedu/address/logic/wanderlustlogic/wanderlustparser/CliSyntax.java
# Conflicts:
#	src/main/java/seedu/address/logic/wanderlustlogic/Logic.java
#	src/main/java/seedu/address/logic/wanderlustlogic/wanderlustparser/WanderlustGoToCommandParser.java
#	src/main/java/seedu/address/logic/wanderlustlogic/wanderlustparser/WanderlustParser.java
#	src/test/java/seedu/address/logic/parser/DeleteCommandParserTest.java
#	src/test/java/seedu/address/logic/wanderlustlogic/wanderlustcommands/GoToCommandTest.java
@@ -94,6 +94,7 @@ public Directory getDirectory() {
return model.getDirectory();
}

// TODO:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just clarifying here, what's there TODO here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

oh cos this method is I cincai add one last time. No JavaDoc all that, need to redo

@codecov-io
Copy link

codecov-io commented Oct 20, 2020

Codecov Report

Merging #136 into master will decrease coverage by 3.50%.
The diff coverage is 56.57%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #136      +/-   ##
============================================
- Coverage     70.76%   67.26%   -3.51%     
+ Complexity     1061      764     -297     
============================================
  Files           164      116      -48     
  Lines          3270     2456     -814     
  Branches        410      302     -108     
============================================
- Hits           2314     1652     -662     
+ Misses          820      681     -139     
+ Partials        136      123      -13     
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...java/seedu/address/logic/command/ClearCommand.java 25.00% <ø> (ø) 1.00 <0.00> (?)
...main/java/seedu/address/logic/command/Command.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...ava/seedu/address/logic/command/CommandResult.java 60.00% <ø> (ø) 10.00 <0.00> (?)
.../java/seedu/address/logic/command/ExitCommand.java 50.00% <ø> (ø) 1.00 <0.00> (?)
.../java/seedu/address/logic/command/FindCommand.java 37.50% <ø> (ø) 2.00 <0.00> (?)
.../java/seedu/address/logic/command/GoToCommand.java 25.00% <ø> (ø) 2.00 <0.00> (?)
.../java/seedu/address/logic/command/HelpCommand.java 50.00% <ø> (ø) 1.00 <0.00> (?)
.../java/seedu/address/logic/command/ListCommand.java 33.33% <ø> (ø) 1.00 <0.00> (?)
.../java/seedu/address/logic/command/ShowCommand.java 40.00% <ø> (ø) 5.00 <0.00> (?)
... and 57 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9df645f...7db79d7. Read the comment docs.

Copy link

@jiaweiteo jiaweiteo left a comment

Choose a reason for hiding this comment

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

LGTM.

@lyeyixian lyeyixian merged commit ebfeadd into AY2021S1-CS2103-T14-3:master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete AB3 code
4 participants