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

Allow Transform section to have the full transform def #3470

Merged
merged 3 commits into from
Jul 7, 2024

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Jul 6, 2024

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

  • Allow Transform section to have the full transform def

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 Jul 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.30%. Comparing base (d598742) to head (77e2f94).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3470      +/-   ##
==========================================
- Coverage   93.31%   93.30%   -0.01%     
==========================================
  Files         324      325       +1     
  Lines       11064    11075      +11     
  Branches     2320     2320              
==========================================
+ Hits        10324    10334      +10     
  Misses        415      415              
- Partials      325      326       +1     
Flag Coverage Δ
unittests ?

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 force-pushed the fix/issue/3467 branch 2 times, most recently from 4bd34f1 to 78a51b1 Compare July 7, 2024 00:53
@kddejong kddejong merged commit 78e9fa9 into aws-cloudformation:main Jul 7, 2024
22 checks passed
@kddejong kddejong deleted the fix/issue/3467 branch July 7, 2024 17:03
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.

v1.5.0 doesn't understand that Transform is Fn::Transform
1 participant