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

Add List Consumption Command #84

Merged

Conversation

TianYong-Goh
Copy link
Collaborator

No description provided.

@TianYong-Goh TianYong-Goh added this to the v1.2b milestone Oct 8, 2020
@TianYong-Goh TianYong-Goh self-assigned this Oct 8, 2020
@TianYong-Goh TianYong-Goh linked an issue Oct 8, 2020 that may be closed by this pull request
@codecov-io
Copy link

codecov-io commented Oct 8, 2020

Codecov Report

Merging #84 into master will increase coverage by 0.21%.
The diff coverage is 93.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #84      +/-   ##
============================================
+ Coverage     67.85%   68.07%   +0.21%     
- Complexity      513      516       +3     
============================================
  Files            93       94       +1     
  Lines          1649     1657       +8     
  Branches        177      178       +1     
============================================
+ Hits           1119     1128       +9     
  Misses          462      462              
+ Partials         68       67       -1     
Impacted Files Coverage Δ Complexity Δ
...u/address/logic/parser/WishfulShrinkingParser.java 83.33% <50.00%> (+0.72%) 16.00 <0.00> (+1.00)
...seedu/address/logic/commands/EatRecipeCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (ø)
...address/logic/commands/ListConsumptionCommand.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
src/main/java/seedu/address/model/Model.java 100.00% <100.00%> (ø) 3.00 <1.00> (+1.00)
...a/seedu/address/model/consumption/Consumption.java 94.11% <100.00%> (+4.64%) 6.00 <0.00> (-2.00) ⬆️
...c/main/java/seedu/address/model/recipe/Recipe.java 83.72% <100.00%> (ø) 20.00 <0.00> (ø)

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 7c0783e...4ec7515. Read the comment docs.

Copy link
Collaborator

@caitlinjee caitlinjee left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Collaborator

@oliviajohansen oliviajohansen left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Collaborator

@jiaqi20 jiaqi20 left a comment

Choose a reason for hiding this comment

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

lgtm

@TianYong-Goh TianYong-Goh merged commit fdff419 into AY2021S1-CS2103T-W10-2:master Oct 10, 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.

List all Recipe Consume
6 participants