open-feature / ruby-sdk

Ruby implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
21 stars 7 forks source link

feat: adds `InMemoryProvider` #102

Closed maxveldink closed 5 months ago

maxveldink commented 5 months ago

This PR

How to test

You can instantiate and use an InMemoryProvider in an OF project and see that flags can be set through it.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 99.39%. Comparing base (db48cd5) to head (e92912c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #102 +/- ## ========================================== + Coverage 99.25% 99.39% +0.13% ========================================== Files 11 12 +1 Lines 134 164 +30 ========================================== + Hits 133 163 +30 Misses 1 1 ```

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

maxveldink commented 5 months ago

@open-feature/sdk-ruby-maintainers Going to merge this in tomorrow morning if there are no issues with it