meilisearch-rails
meilisearch-rails copied to clipboard
Implement global auto-indexing switch
Pull Request
Related issue
Fixes #349
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.60%. Comparing base (
5450df2) to head (fd4cc07).
Additional details and impacted files
@@ Coverage Diff @@
## main #409 +/- ##
==========================================
+ Coverage 89.54% 89.60% +0.05%
==========================================
Files 13 13
Lines 775 779 +4
==========================================
+ Hits 694 698 +4
Misses 81 81
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Looks like a great add, and pretty simple implementation