Skip to content

v2: Middleware Architecture and Fluent API#24

Merged
parsilver merged 8 commits into
mainfrom
v2
Oct 24, 2025
Merged

v2: Middleware Architecture and Fluent API#24
parsilver merged 8 commits into
mainfrom
v2

Add test coverage for edge cases and support mixed JSON types

8834173
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2025 in 0s

96.74% (+12.86%) compared to 48a120f

View this Pull Request on Codecov

96.74% (+12.86%) compared to 48a120f

Details

Codecov Report

❌ Patch coverage is 96.46134% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.74%. Comparing base (48a120f) to head (8834173).

Files with missing lines Patch % Lines
src/Factory/ClientFactory.php 50.00% 23 Missing ⚠️
src/Response.php 96.07% 2 Missing ⚠️
src/Middleware/RetryMiddleware.php 96.00% 1 Missing ⚠️
src/Transport.php 98.07% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##               main      #24       +/-   ##
=============================================
+ Coverage     83.88%   96.74%   +12.86%     
- Complexity      101      270      +169     
=============================================
  Files             9       28       +19     
  Lines           242      830      +588     
=============================================
+ Hits            203      803      +600     
+ Misses           39       27       -12     

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