okta / okta-sdk-php

PHP SDK for the Okta API
Apache License 2.0
38 stars 71 forks source link

Implementation of Apps #38

Closed bretterer closed 6 years ago

bretterer commented 6 years ago

Applications have been added to the SDK

codecov-io commented 6 years ago

Codecov Report

Merging #38 into develop will increase coverage by 6.17%. The diff coverage is 98.03%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #38      +/-   ##
=============================================
+ Coverage      87.63%   93.81%   +6.17%     
- Complexity       441      802     +361     
=============================================
  Files             59      109      +50     
  Lines           1488     2845    +1357     
=============================================
+ Hits            1304     2669    +1365     
+ Misses           184      176       -8
Impacted Files Coverage Δ Complexity Δ
src/Generated/Users/AppLink.php 100% <ø> (ø) 10 <0> (ø) :arrow_down:
src/Generated/Users/ForgotPasswordResponse.php 100% <ø> (ø) 1 <0> (ø) :arrow_down:
src/Generated/UserFactors/TokenFactor.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
src/Generated/UserFactors/VerifyFactorRequest.php 0% <ø> (ø) 8 <0> (ø) :arrow_down:
src/Generated/UserFactors/VerifyFactorResponse.php 0% <ø> (ø) 5 <0> (ø) :arrow_down:
src/Generated/Groups/GroupProfile.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
src/Generated/UserFactors/CallFactorProfile.php 100% <ø> (ø) 4 <0> (ø) :arrow_down:
src/Generated/Users/UserActivationToken.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
src/Generated/Users/Role.php 100% <ø> (ø) 9 <0> (ø) :arrow_down:
src/Generated/UserFactors/HardwareFactor.php 100% <ø> (ø) 2 <0> (ø) :arrow_down:
... and 148 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 7cce3c9...e88964d. Read the comment docs.