okta / okta-sdk-php

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

Update tests #82

Closed bretterer closed 4 years ago

bretterer commented 4 years ago

Marks a couple tests incomplete. These tests run fine individually, but when the whole suite is run, they break and fail. Not sure what is going on.

codecov-io commented 4 years ago

Codecov Report

Merging #82 into develop will decrease coverage by 2.02%. The diff coverage is 0.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #82      +/-   ##
=============================================
- Coverage      94.74%   92.71%   -2.03%     
  Complexity       948      948              
=============================================
  Files            131      131              
  Lines           2948     2953       +5     
=============================================
- Hits            2793     2738      -55     
- Misses           155      215      +60     
Impacted Files Coverage Δ Complexity Δ
src/Utilities/PrivateKeyAuthentication.php 0.00% <0.00%> (-83.02%) 8.00 <3.00> (ø)
src/Utilities/AuthorizationMode.php 70.00% <0.00%> (-30.00%) 7.00% <0.00%> (ø%)
src/ClientBuilder.php 91.66% <0.00%> (-5.21%) 38.00% <0.00%> (ø%)

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 e36684e...2104695. Read the comment docs.