Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom transport to allow wrapping with any command #61

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Merge branch 'main' into custom-transport

1f29422
Select commit
Loading
Failed to load commit list.
Open

Add custom transport to allow wrapping with any command #61

Merge branch 'main' into custom-transport
1f29422
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 8, 2025 in 0s

78.19% (-0.23%) compared to 59f391e

View this Pull Request on Codecov

78.19% (-0.23%) compared to 59f391e

Details

Codecov Report

Attention: Patch coverage is 70.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 78.19%. Comparing base (59f391e) to head (1f29422).
Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
src/Transport/CustomTransport.php 73.33% 4 Missing ⚠️
src/Factory/CustomTransportFactory.php 50.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #61      +/-   ##
============================================
- Coverage     78.41%   78.19%   -0.23%     
- Complexity      164      172       +8     
============================================
  Files            18       20       +2     
  Lines           417      431      +14     
============================================
+ Hits            327      337      +10     
- Misses           90       94       +4     

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