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 meta to Security documents (User, Profile, Role) #81

Closed samniisan closed 7 years ago

samniisan commented 7 years ago

Introduces

Should only be merged after Kuzzle side PR https://github.com/kuzzleio/kuzzle/pull/897

codecov-io commented 7 years ago

Codecov Report

Merging #81 into 3.x will increase coverage by 0.02%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff            @@
##             3.x      #81      +/-   ##
=========================================
+ Coverage   88.7%   88.72%   +0.02%     
=========================================
  Files         15       15              
  Lines       1496     1499       +3     
=========================================
+ Hits        1327     1330       +3     
  Misses       169      169
Impacted Files Coverage Δ
src/Security/Profile.php 100% <100%> (ø) :arrow_up:
src/Security/Document.php 95.83% <100%> (+0.27%) :arrow_up:
src/Security/Role.php 100% <100%> (ø) :arrow_up:
src/Security/User.php 96.34% <100%> (ø) :arrow_up:
src/Kuzzle.php 89.31% <100%> (ø) :arrow_up:
src/Security/Security.php 96.29% <72.72%> (ø) :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 509e200...50ce3c7. Read the comment docs.