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

Sdk improvements #12

Closed kp-cat closed 2 years ago

kp-cat commented 2 years ago

Describe the purpose of your pull request

This PR applies the following improvements:

Related issues (only if applicable)

https://trello.com/c/awwsIsXl/149-sdk-improvements-ruby https://trello.com/c/apknNvNr/106-sdk-ruby https://trello.com/c/OlVs86oX/159-sdk-loglevel-update-ruby

Requirement checklist (only if applicable)

codecov[bot] commented 2 years ago

Codecov Report

Merging #12 (4eb69bf) into master (3379a45) will decrease coverage by 0.02%. The diff coverage is 99.37%.

:exclamation: Current head 4eb69bf differs from pull request most recent head 3795ad7. Consider uploading reports for the commit 3795ad7 to get more accurate results

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   99.48%   99.46%   -0.03%     
==========================================
  Files          11       15       +4     
  Lines         587      746     +159     
==========================================
+ Hits          584      742     +158     
- Misses          3        4       +1     
Impacted Files Coverage Δ
lib/configcat/overridedatasource.rb 91.66% <91.66%> (ø)
lib/configcat/localdictionarydatasource.rb 100.00% <100.00%> (ø)
lib/configcat/localfiledatasource.rb 100.00% <100.00%> (ø)
spec/configcat/configcatclient_spec.rb 100.00% <100.00%> (ø)
spec/datagovernance_spec.rb 100.00% <100.00%> (ø)
spec/integration_spec.rb 100.00% <100.00%> (ø)
spec/local_spec.rb 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3379a45...3795ad7. Read the comment docs.

sonarcloud[bot] commented 2 years 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 0 Code Smells

No Coverage information No Coverage information
6.1% 6.1% Duplication