pulumi / pulumi-terraform-bridge

A library allowing providers built with the Terraform Plugin SDK to be bridged into Pulumi.
Apache License 2.0
184 stars 42 forks source link

Remove unused pfutils.Schema.AttributePath #2041

Closed iwahbe closed 1 month ago

iwahbe commented 1 month ago

We don't ever call this function, so we can safely remove it.

Similar to https://github.com/pulumi/pulumi-terraform-bridge/pull/2036.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 61.11%. Comparing base (9cf2ede) to head (7dba4ce).

Files Patch % Lines
pf/internal/pfutils/schema.go 70.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2041 +/- ## ========================================== + Coverage 61.10% 61.11% +0.01% ========================================== Files 334 334 Lines 44940 44929 -11 ========================================== Hits 27459 27459 + Misses 15960 15949 -11 Partials 1521 1521 ```

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