pulumi / pulumi-terraform-bridge

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

Cross test explicit nulls #2014

Closed VenelinMartinov closed 4 months ago

VenelinMartinov commented 4 months ago

This adds a cross test for explicit null collections on the TF side. Not sure if we are going to be able to distinguish between null vs unspecified on our side but I thought it was an interesting corner case which might be worth revisiting.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 62.77%. Comparing base (8e5b23e) to head (1c983b1).

Files Patch % Lines
pkg/tests/cross-tests/pretty.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2014 +/- ## ========================================== - Coverage 63.37% 62.77% -0.61% ========================================== Files 321 332 +11 Lines 36892 37265 +373 ========================================== + Hits 23382 23392 +10 - Misses 11984 12348 +364 + Partials 1526 1525 -1 ```

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