findologic / findologic-api

Library for sending requests to the Findologic API
MIT License
1 stars 3 forks source link

Allow filtering of suggestions #18

Closed mmachatschek closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##              dev    #18   +/-   ##
=====================================
  Coverage     100%   100%           
- Complexity    185    188    +3     
=====================================
  Files          24     25    +1     
  Lines         450    456    +6     
=====================================
+ Hits          450    456    +6
Impacted Files Coverage Δ Complexity Δ
src/FINDOLOGIC/Objects/JsonResponse.php 100% <100%> (ø) 5 <2> (+2) :arrow_up:
src/FINDOLOGIC/Definitions/BlockType.php 100% <100%> (ø) 1 <1> (?)

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 da29b9b...86d7304. Read the comment docs.

mmachatschek commented 5 years ago

@TheKeymaster Added the block type definition

TheKeymaster commented 5 years ago

Thank you @mmachatschek for your contribution. I also will merge this into dev in the afternoon together with #17.