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 ExitCommand tests #96

Conversation

jordanyoong
Copy link

No description provided.

@codecov-io
Copy link

Codecov Report

Merging #96 into master will increase coverage by 12.22%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #96       +/-   ##
=============================================
+ Coverage     35.22%   47.45%   +12.22%     
- Complexity      201      276       +75     
=============================================
  Files            75       75               
  Lines          1374     1374               
  Branches        127      127               
=============================================
+ Hits            484      652      +168     
+ Misses          855      646      -209     
- Partials         35       76       +41     
Impacted Files Coverage Δ Complexity Δ
.../java/seedu/address/logic/commands/AddCommand.java 78.57% <0.00%> (ø) 5.00% <0.00%> (+1.00%)
...ava/seedu/address/model/account/entry/Revenue.java 61.11% <0.00%> (+5.55%) 3.00% <0.00%> (+1.00%)
...rc/main/java/seedu/address/model/account/Name.java 70.00% <0.00%> (+10.00%) 4.00% <0.00%> (+2.00%)
src/main/java/seedu/address/model/CommonCents.java 58.62% <0.00%> (+10.34%) 9.00% <0.00%> (+1.00%)
...seedu/address/model/account/UniqueAccountList.java 37.03% <0.00%> (+11.11%) 9.00% <0.00%> (+2.00%)
...rc/main/java/seedu/address/model/ModelManager.java 46.00% <0.00%> (+12.00%) 11.00% <0.00%> (+3.00%)
...seedu/address/model/account/entry/RevenueList.java 26.66% <0.00%> (+13.33%) 4.00% <0.00%> (+3.00%)
...ava/seedu/address/model/account/entry/Expense.java 72.22% <0.00%> (+16.66%) 4.00% <0.00%> (+2.00%)
.../seedu/address/commons/core/category/Category.java 66.66% <0.00%> (+16.66%) 5.00% <0.00%> (+2.00%)
...seedu/address/model/account/entry/ExpenseList.java 36.66% <0.00%> (+23.33%) 5.00% <0.00%> (+4.00%)
... and 15 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 21c417a...011def8. Read the comment docs.

@Ziyang-98 Ziyang-98 added this to the v1.2b milestone Oct 14, 2020
@Ziyang-98 Ziyang-98 linked an issue Oct 14, 2020 that may be closed by this pull request
Copy link

@Ziyang-98 Ziyang-98 left a comment

Choose a reason for hiding this comment

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

LGTM

@Ziyang-98 Ziyang-98 merged commit 6ce2717 into AY2021S1-CS2103T-T13-4:master Oct 14, 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.

Add ExitCommand tests
3 participants