open-feature / ruby-sdk

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

chore: add codecov integration #59

Closed mschoenlaub closed 1 year ago

mschoenlaub commented 1 year ago

This PR

Related Issues

This is a first step for fixing #54

Follow-up Tasks

technicalpickles commented 1 year ago

Hm, looks like it's failing because of the missing Gem. That should be added to Gemfile.

It also looks like this is including commits from https://github.com/open-feature/ruby-sdk/pull/58

codecov[bot] commented 1 year ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

mschoenlaub commented 1 year ago

@technicalpickles Yep, noticed that too. It's fixed now, thanks 🙇