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 tests #240

Merged
merged 18 commits into from
Nov 4, 2020
Merged

Add tests #240

merged 18 commits into from
Nov 4, 2020

Conversation

yuanxing-z
Copy link

No description provided.

@yuanxing-z yuanxing-z self-assigned this Nov 4, 2020
@yuanxing-z yuanxing-z added the type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new label Nov 4, 2020
@codecov-io
Copy link

Codecov Report

Merging #240 into master will increase coverage by 12.98%.
The diff coverage is 54.79%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #240       +/-   ##
=============================================
+ Coverage     34.61%   47.59%   +12.98%     
- Complexity      410      480       +70     
=============================================
  Files           113      116        +3     
  Lines          2476     2557       +81     
  Branches        170      181       +11     
=============================================
+ Hits            857     1217      +360     
+ Misses         1552     1267      -285     
- Partials         67       73        +6     
Impacted Files Coverage Δ Complexity Δ
...java/seedu/address/logic/commands/EditCommand.java 76.36% <ø> (+76.36%) 7.00 <0.00> (+7.00)
...s/logic/commands/ListExpenseByCategoryCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...dress/logic/commands/ListExpenseByDateCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...dress/logic/commands/ListExpenseByDescCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...u/address/logic/commands/ShowStatisticCommand.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...du/address/logic/commands/SortByAmountCommand.java 27.77% <ø> (ø) 7.00 <0.00> (ø)
...du/address/logic/commands/ViewCategoryCommand.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...gic/parser/ListExpenseByCategoryCommandParser.java 100.00% <ø> (+25.00%) 3.00 <0.00> (ø)
...s/logic/parser/ListExpenseByDateCommandParser.java 82.35% <ø> (+10.13%) 6.00 <0.00> (ø)
...s/logic/parser/ListExpenseByDescCommandParser.java 100.00% <ø> (+25.00%) 3.00 <0.00> (ø)
... and 49 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 8d6f53c...b8eba3d. Read the comment docs.

@yuanxing-z yuanxing-z merged commit 22d7487 into AY2021S1-CS2103T-W10-1:master Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

3 participants