facile-it / php-openid-client

PHP OpenID Client
35 stars 7 forks source link

PHPCS #16

Closed thomasvargiu closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #16 (e774cf1) into master (907755b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage     60.49%   60.49%           
  Complexity      456      456           
=========================================
  Files            62       62           
  Lines          1377     1377           
=========================================
  Hits            833      833           
  Misses          544      544           
Impacted Files Coverage Δ Complexity Δ
src/AuthMethod/AbstractJwtAuth.php 100.00% <ø> (ø) 1.00 <0.00> (ø)
src/AuthMethod/ClientSecretBasic.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/AuthMethod/ClientSecretJwt.php 90.90% <ø> (ø) 7.00 <0.00> (ø)
src/AuthMethod/PrivateKeyJwt.php 96.55% <ø> (ø) 4.00 <0.00> (ø)
src/Authorization/AuthRequest.php 96.55% <ø> (ø) 24.00 <0.00> (ø)
src/Claims/AbstractClaims.php 86.04% <ø> (ø) 18.00 <0.00> (ø)
src/Claims/AggregateParser.php 88.23% <ø> (ø) 5.00 <0.00> (ø)
src/Client/Client.php 91.30% <ø> (ø) 6.00 <0.00> (ø)
src/Client/Metadata/ClientMetadata.php 96.61% <ø> (ø) 27.00 <0.00> (ø)
src/Exception/OAuth2Exception.php 100.00% <ø> (ø) 13.00 <0.00> (ø)
... and 18 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 907755b...e774cf1. Read the comment docs.