Closed VenelinMartinov closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 62.93%. Comparing base (
b278128
) to head (93c7d50
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR has been shipped in release v3.95.0.
Redoing https://github.com/pulumi/pulumi-terraform-bridge/pull/2583 on top of the existing PR stack in the area. The
crosstestimpl.T
interface is compatible with bothtesting.T
andrapid.T
, allowing us to use cross-tests in rapid property-based tests.