Closed flostadler closed 2 weeks ago
Looking good! No breaking changes found. No new resources/functions.
Attention: Patch coverage is 87.50000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 45.43%. Comparing base (
2962615
) to head (4df10f6
). Report is 2 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
provider/pkg/resources/extension_resource.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Update must have access to state . This looks like it is fixing an important omission. 🚢
Previously the Update and Delete methods for Custom Resources did not require access to the current state, but this is a common requirement for updating and deleting resources.
This is also needed for supporting CloudFormation Custom Resources as those require access to state in order to complete updates and deletions.
relates to https://github.com/pulumi/pulumi-cdk/issues/109