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

Clear command #76

Merged
merged 6 commits into from
Oct 21, 2020
Merged

Conversation

justacasul
Copy link

No description provided.

@justacasul justacasul added this to the v1.3 milestone Oct 20, 2020
@justacasul justacasul self-assigned this Oct 20, 2020
@justacasul justacasul linked an issue Oct 20, 2020 that may be closed by this pull request
@codecov-io
Copy link

Codecov Report

Merging #76 into master will decrease coverage by 0.52%.
The diff coverage is 14.28%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #76      +/-   ##
============================================
- Coverage     67.97%   67.44%   -0.53%     
- Complexity      662      663       +1     
============================================
  Files           112      113       +1     
  Lines          2114     2135      +21     
  Branches        230      231       +1     
============================================
+ Hits           1437     1440       +3     
- Misses          591      609      +18     
  Partials         86       86              
Impacted Files Coverage Δ Complexity Δ
...seedu/address/logic/commands/ClearItemCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...edu/address/logic/commands/ClearRecipeCommand.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...va/seedu/address/logic/parser/InventoryParser.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 87.40% <50.00%> (-1.22%) 53.00 <1.00> (+1.00) ⬇️
.../seedu/address/logic/commands/ListItemCommand.java 100.00% <100.00%> (ø) 3.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 c987c61...e3c2964. Read the comment docs.

@justacasul justacasul merged commit a757ac2 into AY2021S1-CS2103T-F13-1:master Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

As a user, I want to be able to clear my inventory.
3 participants