project-koku / masu

This is a READ ONLY repo. See https://github.com/project-koku/koku for current masu implementation
GNU Affero General Public License v3.0
5 stars 6 forks source link

fixing variable rate calculations #493

Closed dccurtis closed 5 years ago

dccurtis commented 5 years ago

Addresses #489

With the cost model change, the OCP charge update object was never updated with the new rate json structure.

Problem is not seen when running with a single tier.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@364a42f). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #493   +/-   ##
========================================
  Coverage          ?   97.6%           
========================================
  Files             ?      67           
  Lines             ?    3890           
  Branches          ?     416           
========================================
  Hits              ?    3798           
  Misses            ?      49           
  Partials          ?      43
Impacted Files Coverage Δ
masu/processor/ocp/ocp_report_charge_updater.py 97.5% <100%> (ø)

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 364a42f...48b866b. Read the comment docs.