project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

[COST-3269] GCP HCS private offer data generator #421

Closed cgoodfred closed 1 year ago

cgoodfred commented 1 year ago

This adds an HCS generator to test HCS private offer processing.

in order to generate some HCS data, add a HCS generator to your yaml such as:

  - HCSGenerator:
      start_date: 2022-10-01
      end_date: 2022-11-21
      currency: USD
codecov[bot] commented 1 year ago

Codecov Report

Merging #421 (ca8243b) into main (e75f387) will increase coverage by 0.1%. The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main    #421     +/-   ##
=======================================
+ Coverage   93.5%   93.7%   +0.1%     
=======================================
  Files         58      59      +1     
  Lines       4385    4401     +16     
  Branches     616     616             
=======================================
+ Hits        4102    4122     +20     
+ Misses       154     152      -2     
+ Partials     129     127      -2