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

update to oci generator #403

Closed djnakabaale closed 2 years ago

djnakabaale commented 2 years ago

changes

  1. add tags to yaml generator
  2. allow environment variables fallback if no config file

testing instructions

  1. to test tags in yaml file;
    • run nise yaml oci -o test-oci.yml
    • you should see tags key in all generators, see example below

generators:

codecov[bot] commented 2 years ago

Codecov Report

Merging #403 (8f10d9f) into main (6fdf27f) will decrease coverage by 0.0%. The diff coverage is 91.3%.

@@           Coverage Diff           @@
##            main    #403     +/-   ##
=======================================
- Coverage   93.5%   93.5%   -0.0%     
=======================================
  Files         57      57             
  Lines       4307    4346     +39     
  Branches     643     653     +10     
=======================================
+ Hits        4026    4062     +36     
- Misses       153     154      +1     
- Partials     128     130      +2