Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(v3): defer setting pact broker source #935

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

JP-Ellis
Copy link
Contributor

📝 Summary

Defer setting the Pact broker source through the FFI until the verify() call is made.

🚨 Breaking Changes

🔥 Motivation

When setting that Pact broker source, the verifier name must be set; however, the FFI call to set this is deferred until the verify() call. The setting of the Pact broker source (which itself depends on knowing the verifier name) must therefore be also deferred.

🔨 Test Plan

🔗 Related issues/PRs

When setting that Pact broker source, the verifier name _must_ be set;
however, the FFI call to set this is deferred until the `verify()` call.
The setting of the Pact broker source (which itself depends on knowing
the verifier name) must therefore be also deferred.

Signed-off-by: JP-Ellis <[email protected]>
@JP-Ellis JP-Ellis self-assigned this Jan 20, 2025
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77%. Comparing base (63c2db4) to head (fb3bd0f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #935   +/-   ##
===================================
- Coverage    78%    77%   -1%     
===================================
  Files        31     31           
  Lines      3665   3668    +3     
===================================
  Hits       2859   2859           
- Misses      806    809    +3     
Flag Coverage Δ
examples 57% <50%> (+<1%) ⬆️
tests 77% <100%> (-1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JP-Ellis JP-Ellis merged commit 473388e into main Jan 22, 2025
36 of 37 checks passed
@JP-Ellis JP-Ellis deleted the fix/defer-setting-broker-source branch January 22, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No pacts found for provider 'provider'
1 participant