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

Don't replace Default values in SAM when SSM parameter #3874

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

kddejong
Copy link
Contributor

Issue #, if available:
fix #3870
Description of changes:

  • Don't replace Default values in SAM when SSM parameter

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

codecov bot commented Dec 12, 2024

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.83%. Comparing base (644c119) to head (03c64e4).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/cfnlint/template/transforms/_sam.py 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3874      +/-   ##
==========================================
- Coverage   93.84%   93.83%   -0.02%     
==========================================
  Files         365      365              
  Lines       12511    12515       +4     
  Branches     2569     2571       +2     
==========================================
+ Hits        11741    11743       +2     
  Misses        426      426              
- Partials      344      346       +2     
Flag Coverage Δ
unittests 93.79% <75.00%> (-0.02%) ⬇️

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

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

@kddejong kddejong merged commit 83c3910 into aws-cloudformation:main Dec 12, 2024
23 of 24 checks passed
@kddejong kddejong deleted the fix/issue/3870 branch December 12, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing validation of Parameter Store type parameters
1 participant