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

Develop #15

Closed ppshobi closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #15 into master will decrease coverage by 0.02%. The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #15      +/-   ##
============================================
- Coverage     95.21%   95.19%   -0.03%     
  Complexity       83       83              
============================================
  Files            22       22              
  Lines           230      229       -1     
============================================
- Hits            219      218       -1     
  Misses           11       11
Impacted Files Coverage Δ Complexity Δ
src/Commands/Command.php 100% <100%> (ø) 2 <0> (ø) :arrow_down:
src/Channels/Channel.php 82.35% <50%> (-0.99%) 7 <0> (ø)

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 b0308ba...4633562. Read the comment docs.