pulumi / pulumi-terraform-bridge

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

Add install tf GHA step #2067

Open VenelinMartinov opened 2 weeks ago

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 85.00000% with 18 lines in your changes missing coverage. Please review.

Project coverage is 63.36%. Comparing base (ba48631) to head (d02280e). Report is 35 commits behind head on master.

Files Patch % Lines
pkg/tests/cross-tests/assert.go 35.71% 7 Missing and 2 partials :warning:
pkg/tests/pulcheck/pulcheck.go 88.73% 4 Missing and 4 partials :warning:
pkg/tests/cross-tests/input_check.go 90.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2067 +/- ## ========================================== + Coverage 61.57% 63.36% +1.78% ========================================== Files 334 334 Lines 44955 37352 -7603 ========================================== - Hits 27681 23667 -4014 + Misses 15750 12161 -3589 Partials 1524 1524 ```

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

VenelinMartinov commented 2 weeks ago

This is hitting a windows specific issue with the Engine/Automation API = (

iwahbe commented 2 weeks ago

Awaiting a windows installation fix in pulumi/pulumi.

@VenelinMartinov will file an issue and link it here.

VenelinMartinov commented 2 days ago

Blocked on https://github.com/pulumi/pulumi/issues/16414

VenelinMartinov commented 1 hour ago

The issue above has instructions on a workaround