vinistock / sail

Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app
Other
507 stars 32 forks source link

Eliminate query in relevancy calculation #352

Closed vinistock closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #352 (035ae3c) into master (f3e837d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #352   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           62        62           
  Lines         1646      1652    +6     
=========================================
+ Hits          1646      1652    +6     
Impacted Files Coverage Δ
app/models/sail/setting.rb 100.00% <100.00%> (ø)
lib/sail/instrumenter.rb 100.00% <100.00%> (ø)
spec/features/relevancy_score_feature_spec.rb 100.00% <100.00%> (ø)
spec/features/viewing_settings_feature_spec.rb 100.00% <100.00%> (ø)
spec/models/sail/setting_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 f3e837d...035ae3c. Read the comment docs.