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-3586] Add option for OCI daily report #434

Closed djnakabaale closed 1 year ago

djnakabaale commented 1 year ago

Jira Ticket

COST-3586

This change adds an option to generate a daily report for OCI, improves consumed_quantity values and randomizes filenames.

Testing

  1. Checkout this branch
  2. Run make install
  3. generate an OCI daily report with nise report oci -s 2023-03-20 -d -w
  4. You should see rows for a single day by hourly entry. For this example, only row with start and endate of 2023-03-20
codecov[bot] commented 1 year ago

Codecov Report

Merging #434 (abe38d1) into main (6bb2321) will increase coverage by 0.0%. The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main    #434   +/-   ##
=====================================
  Coverage   93.7%   93.7%           
=====================================
  Files         61      61           
  Lines       4492    4501    +9     
  Branches     633     633           
=====================================
+ Hits        4208    4218   +10     
  Misses       154     154           
+ Partials     130     129    -1