ppshobi / psonic

Sonic is a super fast auto suggestion engine built by the team at crisp.chat, a customer engagement platform. its built in Rust and they officially support a javascript client, but if you want to use sonic via php, this is the library that you can look for. Completely unit tested, and adheres to modern coding standards, and offers a clean api to interact with sonic.
MIT License
130 stars 9 forks source link

PHP 8 Support #21

Closed ppshobi closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (1c41117) into master (d63141f) will decrease coverage by 0.42%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
- Coverage     95.27%   94.84%   -0.43%     
  Complexity       83       83              
============================================
  Files            22       22              
  Lines           233      233              
============================================
- Hits            222      221       -1     
- Misses           11       12       +1     
Impacted Files Coverage Δ Complexity Δ
src/Ingest.php 92.50% <0.00%> (-2.50%) 18.00% <0.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 d63141f...e27a467. Read the comment docs.