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

Test collections refresh #2072

Closed VenelinMartinov closed 2 weeks ago

VenelinMartinov commented 2 weeks ago

Related to https://github.com/pulumi/pulumi-terraform-bridge/issues/2047

Pulling out the tests from https://github.com/pulumi/pulumi-terraform-bridge/pull/2065 so that the changes in behaviour in the other PR are more visible and easy to review.

This adds tests for refreshes on collections for:

The goal of the tests is to:

I've flattened the matrix in order to allow us to annotate/skip individual test cases.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.29%. Comparing base (f5a6151) to head (15d18ac). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2072 +/- ## ========================================== + Coverage 61.19% 61.29% +0.09% ========================================== Files 339 339 Lines 45130 45085 -45 ========================================== + Hits 27617 27633 +16 + Misses 15992 15932 -60 + Partials 1521 1520 -1 ```

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