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

Refactor AddressBook to VendorManager #214

Merged

Conversation

ernestlim8
Copy link

No description provided.

@codecov-io
Copy link

codecov-io commented Nov 6, 2020

Codecov Report

Merging #214 into master will not change coverage.
The diff coverage is 66.27%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #214   +/-   ##
=========================================
  Coverage     64.00%   64.00%           
  Complexity      707      707           
=========================================
  Files           118      118           
  Lines          2456     2456           
  Branches        284      284           
=========================================
  Hits           1572     1572           
  Misses          777      777           
  Partials        107      107           
Impacted Files Coverage Δ Complexity Δ
src/main/java/seedu/address/MainApp.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...du/address/logic/commands/SwitchVendorCommand.java 80.95% <ø> (ø) 7.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../java/seedu/address/model/util/SampleDataUtil.java 5.08% <0.00%> (ø) 1.00 <0.00> (ø)
src/main/java/seedu/address/ui/FoodCard.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/OrderItemCard.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/ui/VendorCard.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...ain/java/seedu/address/storage/StorageManager.java 72.50% <33.33%> (ø) 14.00 <1.00> (ø)
...java/seedu/address/model/vendor/VendorManager.java 80.55% <50.00%> (ø) 14.00 <0.00> (?)
src/main/java/seedu/address/model/UserPrefs.java 65.00% <77.77%> (ø) 10.00 <2.00> (ø)
... and 6 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 f35191d...cd0c7f1. Read the comment docs.

Copy link

@weixin-tan weixin-tan left a comment

Choose a reason for hiding this comment

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

lgtm

@weixin-tan weixin-tan merged commit 9df1abb into AY2021S1-CS2103-T16-1:master Nov 6, 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.

None yet

3 participants