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 checking for Add command #144

Merged
merged 2 commits into from
Oct 28, 2020

Conversation

weixin-tan
Copy link

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #144 into master will increase coverage by 0.17%.
The diff coverage is 60.86%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #144      +/-   ##
============================================
+ Coverage     58.61%   58.78%   +0.17%     
- Complexity      590      591       +1     
============================================
  Files           111      110       -1     
  Lines          2160     2169       +9     
  Branches        244      246       +2     
============================================
+ Hits           1266     1275       +9     
+ Misses          813      811       -2     
- Partials         81       83       +2     
Impacted Files Coverage Δ Complexity Δ
...main/java/seedu/address/commons/core/Messages.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 77.77% <50.00%> (-5.56%) 9.00 <0.00> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 66.66% <50.00%> (-0.99%) 33.00 <0.00> (ø)
...n/java/seedu/address/model/order/OrderManager.java 58.69% <60.00%> (-1.77%) 12.00 <1.00> (ø)
src/main/java/seedu/address/model/order/Order.java 88.50% <70.00%> (-2.52%) 32.00 <1.00> (+1.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 defa377...07ade4d. Read the comment docs.

Copy link

@MorningLit MorningLit left a comment

Choose a reason for hiding this comment

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

lgtm

@MorningLit MorningLit merged commit 3e54fa8 into AY2021S1-CS2103-T16-1:master Oct 28, 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