kuzzleio / sdk-php

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

Hotfix: metadata are read-only => setMeta should not exist #88

Closed scottinet closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #88 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   90.97%   90.97%   +<.01%     
==========================================
  Files          15       15              
  Lines        1717     1496     -221     
==========================================
- Hits         1562     1361     -201     
+ Misses        155      135      -20
Impacted Files Coverage Δ
src/Document.php 82.95% <100%> (-2.37%) :arrow_down:
src/Util/SearchResult.php 93.22% <0%> (-0.44%) :arrow_down:
src/Security/User.php 96.34% <0%> (-0.33%) :arrow_down:
src/Security/Document.php 95.83% <0%> (-0.33%) :arrow_down:
src/Collection.php 91.66% <0%> (-0.03%) :arrow_down:
src/Util/CurlRequest.php 0% <0%> (ø) :arrow_up:
src/Security/Profile.php 100% <0%> (ø) :arrow_up:
src/MemoryStorage.php 96.66% <0%> (+0.02%) :arrow_up:
src/Kuzzle.php 91.21% <0%> (+0.06%) :arrow_up:
... and 1 more

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 4b337b5...60ca6d2. Read the comment docs.