okta / okta-sdk-php

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

Updates models to handle enums better #99

Closed bretterer closed 3 years ago

bretterer commented 3 years ago

Updates to explicitly set enum properties on model

codecov-commenter commented 3 years ago

Codecov Report

Merging #99 into sdk_v2 will increase coverage by 0.07%. The diff coverage is 8.29%.

Impacted file tree graph

@@             Coverage Diff              @@
##             sdk_v2      #99      +/-   ##
============================================
+ Coverage     11.91%   11.98%   +0.07%     
- Complexity     2610     2614       +4     
============================================
  Files           287      287              
  Lines         11139    11126      -13     
============================================
+ Hits           1327     1334       +7     
+ Misses         9812     9792      -20     
Impacted Files Coverage Δ Complexity Δ
.../Application/ApplicationCredentialsOAuthClient.php 0.00% <0.00%> (ø) 8.00 <1.00> (ø)
src/Application/ApplicationCredentialsSigning.php 0.00% <0.00%> (ø) 8.00 <1.00> (ø)
src/Application/AutoLoginApplication.php 0.00% <0.00%> (ø) 25.00 <1.00> (ø)
src/Application/BasicAuthApplication.php 0.00% <0.00%> (ø) 26.00 <1.00> (ø)
src/Application/BookmarkApplication.php 0.00% <0.00%> (ø) 26.00 <1.00> (ø)
src/Application/OAuth2ScopeConsentGrant.php 0.00% <0.00%> (ø) 19.00 <2.00> (ø)
src/Application/OpenIdConnectApplication.php 0.00% <0.00%> (ø) 26.00 <1.00> (ø)
...ication/OpenIdConnectApplicationSettingsClient.php 0.00% <0.00%> (ø) 24.00 <3.00> (ø)
src/Application/SamlApplication.php 0.00% <0.00%> (ø) 25.00 <1.00> (ø)
src/Application/SchemeApplicationCredentials.php 0.00% <0.00%> (ø) 8.00 <1.00> (ø)
... and 35 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 e9ed877...8c15b1a. Read the comment docs.