Skip to content

Add event monitoring, streaming uploads, adaptive cookies, and PHPStan analysis#26

Merged
parsilver merged 3 commits into
mainfrom
feature/observability-and-performance-improvements
Oct 30, 2025
Merged

Add event monitoring, streaming uploads, adaptive cookies, and PHPStan analysis#26
parsilver merged 3 commits into
mainfrom
feature/observability-and-performance-improvements

Add comprehensive test coverage for Cookie collections and ClientFactory

5394c77
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 30, 2025 in 0s

95.18% (-1.23%) compared to 19a1014

View this Pull Request on Codecov

95.18% (-1.23%) compared to 19a1014

Details

Codecov Report

❌ Patch coverage is 93.45794% with 49 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.18%. Comparing base (19a1014) to head (5394c77).

Files with missing lines Patch % Lines
src/Middleware/RetryMiddleware.php 11.11% 16 Missing ⚠️
src/TransportConfig.php 50.00% 12 Missing ⚠️
src/TransportBuilder.php 31.25% 11 Missing ⚠️
src/Multipart/MultipartStream.php 95.14% 5 Missing ⚠️
src/Multipart/MultipartBuilderFactory.php 96.72% 2 Missing ⚠️
src/Cookie/IndexedCookieCollection.php 99.00% 1 Missing ⚠️
src/Multipart/StreamingMultipartBuilder.php 98.73% 1 Missing ⚠️
src/Serialization/JsonSerializer.php 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #26      +/-   ##
============================================
- Coverage     96.41%   95.18%   -1.23%     
- Complexity      426      709     +283     
============================================
  Files            33       48      +15     
  Lines          1255     1954     +699     
============================================
+ Hits           1210     1860     +650     
- Misses           45       94      +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.