kuzzleio / sdk-php

Official php SDK for Kuzzle
http://docs.kuzzle.io/sdk-reference
Apache License 2.0
6 stars 1 forks source link

Add specification CRUDL routes #77

Closed samniisan closed 7 years ago

samniisan commented 7 years ago

fix https://github.com/kuzzleio/kuzzle-sdk/issues/3

Introduces

codecov-io commented 7 years ago

Codecov Report

Merging #77 into 3.x will increase coverage by 0.35%. The diff coverage is 98.14%.

Impacted file tree graph

@@            Coverage Diff            @@
##              3.x     #77      +/-   ##
=========================================
+ Coverage   88.34%   88.7%   +0.35%     
=========================================
  Files          15      15              
  Lines        1442    1496      +54     
=========================================
+ Hits         1274    1327      +53     
- Misses        168     169       +1
Impacted Files Coverage Δ
src/Collection.php 91.66% <98.14%> (+1.42%) :arrow_up:

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 b13eac5...17a7da8. Read the comment docs.

samniisan commented 7 years ago

@scottinet Just updated this PR according to your comments