pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
194 stars 43 forks source link

Add GoString to v2InstanceDiff2 #2055

Closed t0yv0 closed 3 months ago

t0yv0 commented 3 months ago

Implement String() and GoString() on v2InstanceDiff2. This should not be user-visible but helps working with and debugging tests in the codebase.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 61.42%. Comparing base (c6611a4) to head (475ca11).

Files Patch % Lines
pkg/tfshim/sdk-v2/provider2.go 0.00% 13 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2055 +/- ## ========================================== - Coverage 61.44% 61.42% -0.02% ========================================== Files 334 334 Lines 44951 44964 +13 ========================================== Hits 27619 27619 - Misses 15807 15820 +13 Partials 1525 1525 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.