configcat / ruby-sdk

ConfigCat SDK for Ruby. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/ruby
MIT License
12 stars 3 forks source link

remove deprecated code (#24) #30

Closed kp-cat closed 1 year ago

kp-cat commented 1 year ago

Describe the purpose of your pull request

Release 7.0.0 preparation:

Please note that this version has several breaking changes, so you may need to adjust your code when upgrading, especially if you're using deprecated APIs or a custom cache implementation. You can find the detailed list of breaking changes below.

Requirement checklist (only if applicable)

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.16 :tada:

Comparison is base (c44a274) 99.51% compared to head (a2c68cd) 99.67%.

:exclamation: Current head a2c68cd differs from pull request most recent head e93478c. Consider uploading reports for the commit e93478c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #30 +/- ## ========================================== + Coverage 99.51% 99.67% +0.16% ========================================== Files 13 13 Lines 1244 1246 +2 ========================================== + Hits 1238 1242 +4 + Misses 6 4 -2 ``` | [Impacted Files](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat) | Coverage Δ | | |---|---|---| | [spec/configcat/configcache\_spec.rb](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvY29uZmlnY2FjaGVfc3BlYy5yYg==) | `100.00% <100.00%> (ø)` | | | [spec/configcat/configcatclient\_spec.rb](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvY29uZmlnY2F0Y2xpZW50X3NwZWMucmI=) | `100.00% <100.00%> (ø)` | | | [spec/configcat/lazyloadingcachepolicy\_spec.rb](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvbGF6eWxvYWRpbmdjYWNoZXBvbGljeV9zcGVjLnJi) | `100.00% <100.00%> (ø)` | | | [spec/configcat/manualpollingcachepolicy\_spec.rb](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvbWFudWFscG9sbGluZ2NhY2hlcG9saWN5X3NwZWMucmI=) | `100.00% <100.00%> (ø)` | | | [spec/configcat/mocks.rb](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvbW9ja3MucmI=) | `96.90% <100.00%> (+2.11%)` | :arrow_up: | | [spec/integration\_spec.rb](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9pbnRlZ3JhdGlvbl9zcGVjLnJi) | `100.00% <100.00%> (ø)` | | | [spec/rollout\_spec.rb](https://app.codecov.io/gh/configcat/ruby-sdk/pull/30?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9yb2xsb3V0X3NwZWMucmI=) | `98.21% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
18.4% 18.4% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint