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

Dennis branch/bookmark command test #155

Conversation

LimZeWeiDennis
Copy link

No description provided.

@kaichaoang
Copy link

Same issue as PR #150

@codecov-io
Copy link

codecov-io commented Oct 24, 2020

Codecov Report

Merging #155 into master will decrease coverage by 3.20%.
The diff coverage is 1.12%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #155      +/-   ##
============================================
- Coverage     38.86%   35.65%   -3.21%     
+ Complexity      443      441       -2     
============================================
  Files           108      117       +9     
  Lines          2542     2768     +226     
  Branches        317      367      +50     
============================================
- Hits            988      987       -1     
- Misses         1474     1701     +227     
  Partials         80       80              
Impacted Files Coverage Δ Complexity Δ
...c/main/java/seedu/stock/commons/util/SortUtil.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...va/seedu/stock/logic/commands/BookmarkCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../java/seedu/stock/logic/commands/CommandWords.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...ava/seedu/stock/logic/commands/ListAllCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...eedu/stock/logic/commands/ListBookmarkCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...n/java/seedu/stock/logic/commands/ListCommand.java 0.00% <0.00%> (-100.00%) 0.00 <0.00> (-2.00)
...edu/stock/logic/commands/ListLowStocksCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../seedu/stock/logic/commands/UnbookmarkCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...eedu/stock/logic/parser/BookmarkCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...va/seedu/stock/logic/parser/ListCommandParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
... and 19 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 e796809...9ba8598. Read the comment docs.

Copy link

@AudreyFelicio AudreyFelicio left a comment

Choose a reason for hiding this comment

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

LGTM!

@AudreyFelicio AudreyFelicio merged commit 4ffbf4a into AY2021S1-CS2103T-T15-3:master Oct 24, 2020
@AudreyFelicio AudreyFelicio added the type.Task Task that needs to be done label Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment