Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS SDK clients for CFN Custom Resource support #1805

Merged
merged 1 commit into from
Nov 8, 2024

Add AWS SDK clients for CFN Custom Resource support

6575dfa
Select commit
Loading
Failed to load commit list.
Merged

Add AWS SDK clients for CFN Custom Resource support #1805

Add AWS SDK clients for CFN Custom Resource support
6575dfa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2024 in 0s

46.30% (+0.85%) compared to 91e1b65

View this Pull Request on Codecov

46.30% (+0.85%) compared to 91e1b65

Details

Codecov Report

Attention: Patch coverage is 70.14218% with 63 lines in your changes missing coverage. Please review.

Project coverage is 46.30%. Comparing base (91e1b65) to head (6575dfa).

Files with missing lines Patch % Lines
provider/pkg/client/mock_s3.go 65.38% 26 Missing and 1 partial ⚠️
provider/pkg/client/mock_lambda.go 64.58% 16 Missing and 1 partial ⚠️
provider/pkg/client/lambda.go 75.55% 10 Missing and 1 partial ⚠️
provider/pkg/client/s3.go 80.00% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1805      +/-   ##
==========================================
+ Coverage   45.44%   46.30%   +0.85%     
==========================================
  Files          38       42       +4     
  Lines        5886     6097     +211     
==========================================
+ Hits         2675     2823     +148     
- Misses       2988     3047      +59     
- Partials      223      227       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.