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 utility functions for supporting CloudFormation CustomResources #1808

Merged
merged 2 commits into from
Nov 8, 2024

Make ToStringifiedMap handle arbitrary map keys

4cd4ddb
Select commit
Loading
Failed to load commit list.
Merged

Add utility functions for supporting CloudFormation CustomResources #1808

Make ToStringifiedMap handle arbitrary map keys
4cd4ddb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2024 in 1s

46.78% (+0.27%) compared to eafde1c

View this Pull Request on Codecov

46.78% (+0.27%) compared to eafde1c

Details

Codecov Report

Attention: Patch coverage is 92.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 46.78%. Comparing base (eafde1c) to head (4cd4ddb).

Files with missing lines Patch % Lines
provider/pkg/naming/convert.go 90.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1808      +/-   ##
==========================================
+ Coverage   46.51%   46.78%   +0.27%     
==========================================
  Files          42       42              
  Lines        6127     6164      +37     
==========================================
+ Hits         2850     2884      +34     
- Misses       3050     3052       +2     
- Partials      227      228       +1     

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