simplesamlphp / simplesamlphp-module-oidc

A SimpleSAMLphp module for OIDC OP support.
Other
45 stars 22 forks source link

Initial federation entity configuration endpoint implementation #222

Closed cicnavi closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 56.93780% with 90 lines in your changes are missing coverage. Please review.

Project coverage is 53.83%. Comparing base (3c3e89b) to head (389c5f2).

Files Patch % Lines
...ontroller/Federation/EntityStatementController.php 0.00% 43 Missing :warning:
src/Services/JsonWebTokenBuilderService.php 56.09% 18 Missing :warning:
src/Services/JsonWebKeySetService.php 52.38% 10 Missing :warning:
src/Bridges/SspBridge.php 0.00% 4 Missing :warning:
src/Bridges/SspBridge/Utils.php 0.00% 4 Missing :warning:
src/Factories/CryptKeyFactory.php 0.00% 3 Missing :warning:
src/Services/IdTokenBuilder.php 0.00% 3 Missing :warning:
src/Bridges/SspBridge/Module.php 0.00% 2 Missing :warning:
src/Utils/TimestampGenerator.php 0.00% 2 Missing :warning:
src/Utils/UniqueIdentifierGenerator.php 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## wip-version-6 #222 +/- ## =================================================== + Coverage 52.75% 53.83% +1.08% - Complexity 986 1027 +41 =================================================== Files 109 113 +4 Lines 3594 3739 +145 =================================================== + Hits 1896 2013 +117 - Misses 1698 1726 +28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

cicnavi commented 3 months ago

More unit tests will come later 💯