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-4306] Allow setting of additional info for Azure #480

Closed cgoodfred closed 10 months ago

cgoodfred commented 10 months ago

Azure generators weren't respecting additional info being set in the yaml and always choosing randomly from the predefined choices. They now handle the current flow of a default additional info as well as additional_info being set in the yaml.

codecov[bot] commented 10 months ago

Codecov Report

Merging #480 (92c5be1) into main (aff72e6) will decrease coverage by 0.1%. The diff coverage is 100.0%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #480 +/- ## ======================================= - Coverage 93.5% 93.5% -0.1% ======================================= Files 60 60 Lines 4620 4625 +5 Branches 662 663 +1 ======================================= + Hits 4321 4323 +2 - Misses 156 158 +2 - Partials 143 144 +1 ```