Skip to content

style: apply PHP CS Fixer formatting rules

b279a23
Select commit
Loading
Failed to load commit list.
Draft

Transaction logging #123

style: apply PHP CS Fixer formatting rules
b279a23
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 14, 2026 in 1s

93.50% (-6.50%) compared to c2fe01a

View this Pull Request on Codecov

93.50% (-6.50%) compared to c2fe01a

Details

Codecov Report

❌ Patch coverage is 83.72093% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.50%. Comparing base (c2fe01a) to head (b279a23).

Files with missing lines Patch % Lines
src/TransactionStore/DatabaseTransactionStore.php 68.75% 15 Missing ⚠️
src/TransactionStore/LogTransactionStore.php 62.16% 14 Missing ⚠️
src/Listeners/TransactionLogListener.php 50.00% 7 Missing ⚠️
src/Events/SPIDAuthenticationRequestEvent.php 85.18% 4 Missing ⚠️
src/Events/SPIDAuthenticationResponseEvent.php 89.18% 4 Missing ⚠️
src/Events/Concerns/SafeXmlExtraction.php 83.33% 3 Missing ⚠️
src/Console/SPIDPruneTransactionsCommand.php 95.00% 1 Missing ⚠️
src/ServiceProvider.php 96.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (c2fe01a) and HEAD (b279a23). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (c2fe01a) HEAD (b279a23)
7 6
Additional details and impacted files
@@              Coverage Diff              @@
##              master     #123      +/-   ##
=============================================
- Coverage     100.00%   93.50%   -6.50%     
- Complexity       151      229      +78     
=============================================
  Files              8       19      +11     
  Lines            456      755     +299     
=============================================
+ Hits             456      706     +250     
- Misses             0       49      +49     

☔ 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.