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

Hooks #15

Closed kp-cat closed 1 year ago

kp-cat commented 1 year ago

Describe the purpose of your pull request

Added

Changed

Requirement checklist (only if applicable)

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.56% // Head: 99.50% // Decreases project coverage by -0.06% :warning:

Coverage data is based on head (54b9290) compared to base (9b09bf4). Patch coverage: 99.76% of modified lines in pull request are covered.

:exclamation: Current head 54b9290 differs from pull request most recent head 717f126. Consider uploading reports for the commit 717f126 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #15 +/- ## ========================================== - Coverage 99.56% 99.50% -0.06% ========================================== Files 12 13 +1 Lines 685 1212 +527 ========================================== + Hits 682 1206 +524 - Misses 3 6 +3 ``` | [Impacted Files](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat) | Coverage Δ | | |---|---|---| | [spec/configcat/mocks.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvbW9ja3MucmI=) | `94.79% <97.26%> (-1.82%)` | :arrow_down: | | [spec/configcat/configcatclient\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?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/configfetcher\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvY29uZmlnZmV0Y2hlcl9zcGVjLnJi) | `100.00% <100.00%> (ø)` | | | [spec/configcat/hooks\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvaG9va3Nfc3BlYy5yYg==) | `100.00% <100.00%> (ø)` | | | [spec/configcat/lazyloadingcachepolicy\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?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://codecov.io/gh/configcat/ruby-sdk/pull/15?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/user\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9jb25maWdjYXQvdXNlcl9zcGVjLnJi) | `100.00% <100.00%> (ø)` | | | [spec/datagovernance\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9kYXRhZ292ZXJuYW5jZV9zcGVjLnJi) | `100.00% <100.00%> (ø)` | | | [spec/integration\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?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/override\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat#diff-c3BlYy9vdmVycmlkZV9zcGVjLnJi) | `100.00% <100.00%> (ø)` | | | ... and [2 more](https://codecov.io/gh/configcat/ruby-sdk/pull/15?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat)

:umbrella: View full report at Codecov.
: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 20 Code Smells

No Coverage information No Coverage information
4.3% 4.3% Duplication