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

Feature support php74 #14

Closed ppshobi closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #14 into develop will decrease coverage by 0.63%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #14      +/-   ##
=============================================
- Coverage      95.17%   94.53%   -0.64%     
- Complexity        82       87       +5     
=============================================
  Files             22       22              
  Lines            228      238      +10     
=============================================
+ Hits             217      225       +8     
- Misses            11       13       +2
Impacted Files Coverage Δ Complexity Δ
src/Commands/Search/QueryCommand.php 100% <100%> (ø) 4 <4> (+1) :arrow_up:
src/Search.php 83.33% <100%> (ø) 9 <3> (ø) :arrow_down:
src/Commands/Command.php 100% <100%> (ø) 2 <0> (ø) :arrow_down:
src/Channels/Channel.php 80.76% <0%> (-1.59%) 11% <0%> (+4%)

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 5d49964...f9fee37. Read the comment docs.