AY2021S1-CS2103T-W16-3 / tp

https://ay2021s1-cs2103t-w16-3.github.io/tp/
MIT License
0 stars 6 forks source link

Add MonthlyBudget tests #295

Closed zhaojj2209 closed 4 years ago

zhaojj2209 commented 4 years ago

Partially resolves #115.

Added MonthlyBudgetTest class to test methods in MonthlyBudget.

Also removed traces of UndoCommand and RedoCommand from javadocs.

codecov-io commented 4 years ago

Codecov Report

Merging #295 (6ada7b8) into master (20cabd7) will increase coverage by 0.01%. The diff coverage is 20.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #295      +/-   ##
============================================
+ Coverage     88.14%   88.15%   +0.01%     
- Complexity      942      959      +17     
============================================
  Files           117      120       +3     
  Lines          2311     2347      +36     
  Branches        318      329      +11     
============================================
+ Hits           2037     2069      +32     
+ Misses          168      162       -6     
- Partials        106      116      +10     
Impacted Files Coverage Δ Complexity Δ
...2103_w16_3/finesse/model/budget/MonthlyBudget.java 81.48% <15.38%> (-1.38%) 24.00 <2.00> (+8.00) :arrow_down:
...cs2103_w16_3/finesse/model/transaction/Amount.java 78.57% <50.00%> (-2.20%) 10.00 <0.00> (ø)
...6_3/finesse/logic/parser/FinanceTrackerParser.java 93.24% <0.00%> (ø) 43.00% <0.00%> (ø%)
...s1_cs2103_w16_3/finesse/logic/time/Timekeeper.java 100.00% <0.00%> (ø) 5.00% <0.00%> (?%)
...1_cs2103_w16_3/finesse/logic/time/SystemClock.java 100.00% <0.00%> (ø) 2.00% <0.00%> (?%)
...nesse/logic/time/exceptions/TemporalException.java 100.00% <0.00%> (ø) 2.00% <0.00%> (?%)
...021s1_cs2103_w16_3/finesse/logic/LogicManager.java 82.75% <0.00%> (+1.27%) 9.00% <0.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 20cabd7...6ada7b8. Read the comment docs.