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

fix: don't start auto poll in offline mode #20

Closed kp-cat closed 1 year ago

kp-cat commented 1 year ago

Describe the purpose of your pull request

Don't start auto poll in offline mode

Requirement checklist (only if applicable)

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (239fd3b) 99.50% compared to head (d2e20c1) 99.50%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #20 +/- ## ======================================= Coverage 99.50% 99.50% ======================================= Files 13 13 Lines 1212 1212 ======================================= Hits 1206 1206 Misses 6 6 ``` | [Impacted Files](https://codecov.io/gh/configcat/ruby-sdk/pull/20?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=configcat) | Coverage Δ | | |---|---|---| | [spec/configcat/configcatclient\_spec.rb](https://codecov.io/gh/configcat/ruby-sdk/pull/20?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%> (ø)` | | 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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.