AY2021S1-CS2103T-W16-3 / tp

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

Fix budget month order #313

Closed wltan closed 4 years ago

wltan commented 4 years ago

Fixes #312

This was a piece of logic that was not translated over in #304.

codecov-io commented 4 years ago

Codecov Report

Merging #313 (015cff4) into master (f61ee26) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #313   +/-   ##
=========================================
  Coverage     90.05%   90.05%           
- Complexity     1016     1017    +1     
=========================================
  Files           120      120           
  Lines          2383     2384    +1     
  Branches        328      328           
=========================================
+ Hits           2146     2147    +1     
  Misses          144      144           
  Partials         93       93           
Impacted Files Coverage Δ Complexity Δ
...2103_w16_3/finesse/model/budget/MonthlyBudget.java 83.87% <100.00%> (+0.17%) 33.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 f61ee26...015cff4. Read the comment docs.