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

feat(transport): expose server implementation on transport #3279

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

fix: extract all form fields even if some fail

3cca60d
Select commit
Loading
Failed to load commit list.
Open

feat(transport): expose server implementation on transport #3279

fix: extract all form fields even if some fail
3cca60d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 31, 2024 in 0s

81.74% (-2.38%) compared to 4e9dac0

View this Pull Request on Codecov

81.74% (-2.38%) compared to 4e9dac0

Details

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.74%. Comparing base (4e9dac0) to head (3cca60d).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
transport/http/transport.go 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3279      +/-   ##
==========================================
- Coverage   84.12%   81.74%   -2.38%     
==========================================
  Files          89       92       +3     
  Lines        4182     4327     +145     
==========================================
+ Hits         3518     3537      +19     
- Misses        471      600     +129     
+ Partials      193      190       -3     

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