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 in more test #155

Merged
merged 6 commits into from
Oct 28, 2020
Merged

Add in more test #155

merged 6 commits into from
Oct 28, 2020

Conversation

BILLXYR
Copy link

@BILLXYR BILLXYR commented Oct 28, 2020

No description provided.

@BILLXYR BILLXYR added priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new labels Oct 28, 2020
@BILLXYR BILLXYR added this to the v1.3 milestone Oct 28, 2020
@BILLXYR BILLXYR self-assigned this Oct 28, 2020
@BILLXYR BILLXYR linked an issue Oct 28, 2020 that may be closed by this pull request
@codecov-io
Copy link

codecov-io commented Oct 28, 2020

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #155      +/-   ##
============================================
+ Coverage     33.78%   34.91%   +1.12%     
- Complexity      264      273       +9     
============================================
  Files           100      100              
  Lines          1690     1690              
  Branches        148      148              
============================================
+ Hits            571      590      +19     
+ Misses         1064     1043      -21     
- Partials         55       57       +2     
Impacted Files Coverage Δ Complexity Δ
...s/logic/commands/ListExpenseByCategoryCommand.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...dress/logic/commands/ListExpenseByDateCommand.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...dress/logic/commands/ListExpenseByDescCommand.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
.../java/seedu/address/model/ExpenseModelManager.java 27.63% <0.00%> (+2.63%) 9.00% <0.00%> (+1.00%)
...dress/logic/commands/DeleteDescriptionCommand.java 54.16% <0.00%> (+54.16%) 6.00% <0.00%> (+6.00%)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <0.00%> (+100.00%) 2.00% <0.00%> (+2.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 3d066c3...77f50d8. Read the comment docs.

@BILLXYR BILLXYR merged commit 19eb715 into AY2021S1-CS2103T-W10-1:master Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add in more test
3 participants