Skip to content

Check issuer state during credential issuance

ce15fae
Select commit
Loading
Failed to load commit list.
Merged

Reflect issuer_state in access_token #317

Check issuer state during credential issuance
ce15fae
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 23, 2025 in 0s

42.07% (-0.24%) compared to 092bf54

View this Pull Request on Codecov

42.07% (-0.24%) compared to 092bf54

Details

Codecov Report

❌ Patch coverage is 8.69565% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 42.07%. Comparing base (092bf54) to head (ce15fae).

Files with missing lines Patch % Lines
...edentials/CredentialIssuerCredentialController.php 0.00% 23 Missing ⚠️
src/Services/DatabaseMigration.php 0.00% 18 Missing ⚠️
src/Server/Grants/AuthCodeGrant.php 0.00% 12 Missing ⚠️
src/Entities/AccessTokenEntity.php 40.00% 3 Missing ⚠️
src/Factories/Entities/AuthCodeEntityFactory.php 0.00% 3 Missing ⚠️
src/Entities/AuthCodeEntity.php 33.33% 2 Missing ⚠️
...rc/Factories/Entities/AccessTokenEntityFactory.php 0.00% 1 Missing ⚠️
src/Factories/RequestRulesManagerFactory.php 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             wip-vci     #317      +/-   ##
=============================================
- Coverage      42.31%   42.07%   -0.24%     
- Complexity      1870     1883      +13     
=============================================
  Files            160      160              
  Lines           8565     8620      +55     
=============================================
+ Hits            3624     3627       +3     
- Misses          4941     4993      +52     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.