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

Fix Azure resource-group param #520

Closed esebesto closed 2 months ago

esebesto commented 2 months ago

Fix for #513 This will make the new param --resource-group actually work

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.8%. Comparing base (e7295d0) to head (c29739e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #520 +/- ## ======================================= + Coverage 93.7% 93.8% +0.2% ======================================= Files 62 62 Lines 4687 4689 +2 Branches 665 665 ======================================= + Hits 4390 4399 +9 + Misses 154 151 -3 + Partials 143 139 -4 ```