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

Added more tests, cleanup & code coverage #2

Closed ppshobi closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #2 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #2   +/-   ##
=========================================
  Coverage     91.81%   91.81%           
  Complexity       74       74           
=========================================
  Files            21       21           
  Lines           220      220           
=========================================
  Hits            202      202           
  Misses           18       18
Impacted Files Coverage Δ Complexity Δ
src/Commands/Ingest/FlushBucketCommand.php 0% <ø> (ø) 1 <0> (ø) :arrow_down:
src/Ingest.php 87.5% <ø> (ø) 18 <0> (ø) :arrow_down:
src/SonicResponse.php 100% <100%> (ø) 11 <1> (ø) :arrow_down:

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 9e66bb5...95f23c3. Read the comment docs.