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

refactor!: defined type for provider interface evaluation context #74

Merged
merged 5 commits into from
Sep 29, 2022

Conversation

james-milligan
Copy link
Contributor

Signed-off-by: James-Milligan [email protected]

@james-milligan
Copy link
Contributor Author

james-milligan commented Sep 22, 2022

Intention is to reduce confusion and ensure the change looks more deliberate

@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2022

Codecov Report

Merging #74 (b1f7e9a) into main (fc4b871) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   80.14%   80.14%           
=======================================
  Files           6        6           
  Lines         418      418           
=======================================
  Hits          335      335           
  Misses         70       70           
  Partials       13       13           
Impacted Files Coverage Δ
pkg/openfeature/provider.go 100.00% <ø> (ø)
pkg/openfeature/client.go 78.52% <100.00%> (ø)
pkg/openfeature/noop_provider.go 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

Provider context type clarification
5 participants