kuzzleio / sdk-php

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

Added all new credential related routes #69

Closed jenow closed 7 years ago

jenow commented 7 years ago

Creation of new actions in auth controller:

codecov-io commented 7 years ago

Codecov Report

Merging #69 into 2.x will increase coverage by 0.92%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             2.x      #69      +/-   ##
=========================================
+ Coverage   87.2%   88.12%   +0.92%     
=========================================
  Files         15       15              
  Lines       1055     1154      +99     
=========================================
+ Hits         920     1017      +97     
- Misses       135      137       +2
Impacted Files Coverage Δ
src/Security/Security.php 97.29% <100%> (+0.78%) :arrow_up:
src/Kuzzle.php 88.94% <100%> (+0.4%) :arrow_up:
src/Security/Document.php 91.11% <0%> (+0.63%) :arrow_up:
src/Collection.php 89.14% <0%> (+0.72%) :arrow_up:
src/Document.php 79.72% <0%> (+1.15%) :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 a224128...f30f524. Read the comment docs.