okta / okta-sdk-php

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

Update generator #90

Closed bretterer closed 3 years ago

bretterer commented 3 years ago

Updated all generator templates to address hard coded issues. This PR removes all tests that are written for generated classes as they need to be rebuilt for new layouts and functionality.

codecov-commenter commented 3 years ago

Codecov Report

Merging #90 into sdk_v2 will decrease coverage by 30.95%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             sdk_v2     #90       +/-   ##
============================================
- Coverage     36.38%   5.43%   -30.96%     
- Complexity     2080    2395      +315     
============================================
  Files           272     267        -5     
  Lines          7656   10471     +2815     
============================================
- Hits           2786     569     -2217     
- Misses         4870    9902     +5032     
Impacted Files Coverage Δ Complexity Δ
src/Application/AppUser.php 0.00% <0.00%> (ø) 20.00 <20.00> (?)
src/Application/AppUserCredentials.php 0.00% <0.00%> (ø) 4.00 <4.00> (?)
src/Application/AppUserPasswordCredential.php 0.00% <0.00%> (ø) 2.00 <2.00> (?)
src/Application/Application.php 0.00% <0.00%> (ø) 32.00 <32.00> (?)
src/Application/ApplicationAccessibility.php 0.00% <0.00%> (ø) 6.00 <6.00> (?)
src/Application/ApplicationCredentials.php 0.00% <0.00%> (ø) 4.00 <4.00> (?)
.../Application/ApplicationCredentialsOAuthClient.php 0.00% <0.00%> (ø) 8.00 <8.00> (?)
src/Application/ApplicationCredentialsSigning.php 0.00% <0.00%> (ø) 8.00 <8.00> (?)
...ication/ApplicationCredentialsUsernameTemplate.php 0.00% <0.00%> (ø) 6.00 <6.00> (?)
src/Application/ApplicationGroupAssignment.php 0.00% <0.00%> (ø) 9.00 <9.00> (?)
... and 510 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 4ce463a...937e6fd. Read the comment docs.