Skip to content

style: replace usage of interface{} with any #362

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

Merged
merged 2 commits into from
May 20, 2025

Conversation

sahidvelji
Copy link
Contributor

This PR

Replace usage of interface{} with any.
This is a stylistic update only. See issue #358 for details.

Related Issues

Fixes #358

Notes

Follow-up Tasks

How to test

Copy link

codecov bot commented May 19, 2025

Codecov Report

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

Project coverage is 88.20%. Comparing base (965e766) to head (a3fd661).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
openfeature/evaluation_context.go 83.33% 1 Missing ⚠️
openfeature/provider.go 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #362   +/-   ##
=======================================
  Coverage   88.20%   88.20%           
=======================================
  Files          14       14           
  Lines        1407     1407           
=======================================
  Hits         1241     1241           
  Misses        142      142           
  Partials       24       24           
Flag Coverage Δ
e2e 88.20% <92.85%> (ø)
unit 88.20% <92.85%> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sahidvelji sahidvelji marked this pull request as ready for review May 19, 2025 17:16
@sahidvelji sahidvelji requested review from a team as code owners May 19, 2025 17:16
@beeme1mr beeme1mr merged commit 0f6d828 into open-feature:main May 20, 2025
6 checks passed
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.

Replace usage of interface{} with any
3 participants