org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
88 stars 21 forks source link

feat(aws-resource-providers-common): support service constructor option #42

Closed eduardomourar closed 3 years ago

eduardomourar commented 3 years ago

Issue #, if available:

Description of changes:

Support service constructor option in common AWS decorator

codecov[bot] commented 3 years ago

Codecov Report

Merging #42 (b2875cb) into master (a575ef4) will increase coverage by 0.09%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   83.07%   83.17%   +0.09%     
==========================================
  Files          13       13              
  Lines        1040     1040              
  Branches      147      148       +1     
==========================================
+ Hits          864      865       +1     
+ Misses        176      175       -1     
Flag Coverage Δ
unittests 83.17% <100.00%> (+0.09%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
common/src/common-decorator.ts 100.00% <100.00%> (+2.63%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a575ef4...2bf1b4f. Read the comment docs.